#d2d8f4 Color Hex Flax Bloom

Information about Flax Bloom Color | #0000FF

#d2d8f4 color RGB value is (210,216,244). #d2d8f4 color name is Flax Bloom color.

#d2d8f4 hex color red value is 210 , green value is 216 and the blue value of its RGB is 244 . Cylindrical-coordinate representations (also known as HSL) of color #d2d8f4 hue: 229 , saturation: 61 and the lightness value of #d2d8f4 is 89

The process color (four color CMYK) of #d2d8f4 color hex is 5 , 5 ,0, 2 .

#d2d8f4

~Flax Bloom

Color Converions

HEX
#d2d8f4
RGB
210,216,244
LAB
87,2,-15
CMYK
14,11,0,4
LCH
87,15,-82
XYZ
67,69,95
HSV
229,14,96
HSL
229,61,89

Base Numbers

Base Red Green Blue
Binary 11010010 11011000 11110100
Octal 322 330 364
Decimal 210 216 244
Hex d2 d8 f4

RGB Percentages of Color #d2d8f4

82%
85%
96%

CMYK Percentages of Color #d2d8f4

5%
0%
5%
2%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #d2d8f4

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#d2d8f4
20%
#bdc2dc
30%
#a8adc3
40%
#9397ab
50%
#7e8292
60%
#696c7a
70%
#545662
80%
#3f4149
90%
#2a2b31
100%
#151618

Tints of #d2d8f4

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#d2d8f4
20%
#d7dcf5
30%
#dbe0f6
40%
#e0e4f7
50%
#e4e8f8
60%
#e9ebf9
70%
#edeffb
80%
#f2f3fc
90%
#f6f7fd
100%
#fbfbfe

Tones of #d2d8f4

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#d2d8f4
20%
#cacfe8
30%
#c2c6dd
40%
#b9bdd1
50%
#b1b5c5
60%
#a9acba
70%
#a1a3ae
80%
#989aa2
90%
#909197
100%
#88888b

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#d2d8f4
#d2e6f4
#d2dff4
#d2d8f4
#d3d2f4
#dad2f4

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#d2d8f4
#f4eed2

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d2d8f4
#f4d2f3
#e6f4d2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d2d8f4
#f4d2d8
#d8f4d2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#d2d8f4
#f4d2e9
#f4eed2
#d2f4dd

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d2d8f4
#1b1c1f
#40414a
#646774
#898d9f
#adb2c9

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#d2d8f4

protanopia

#d3d6f3

deuteranopia

#dfd2f5

tritanopia

#cfd9ea

achromatopsia

#d9d9d9

protanomaly

#d3d7f4

deuteranomaly

#dbd4f5

achromatopsia

#d9d9d9

tritanomaly

#d0d8ed

achromatomaly

#d6d8e3

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 15/21
Hello World !

#d2d8f4 Color CSS Codes

.bgcolor {background-color:#d2d8f4; } 
.forecolor {color:#d2d8f4; }
.bordercolor {border:3px solid #d2d8f4; }
            

#d2d8f4 Text Font Color

<div style="color:#d2d8f4">
Div content here</div>

This sample text font color is #d2d8f4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#d2d8f4 Background Color

<div style="background-color:#d2d8f4">
Div content here</div>
Div content here

#d2d8f4 Border Color

<div style="border:3px solid #d2d8f4">
Div here</div>

This div border color is #d2d8f4

#d2d8f4 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #d2d8f4; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2d8f4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2d8f4;
  -webkit-box-shadow: 1px 1px 3px 2px #d2d8f4;
  box-shadow: 1px 1px 3px 2px #d2d8f4; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d2d8f4">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d2d8f4;
              -webkit-box-shadow: 1px 1px 3px 2px #d2d8f4;
              box-shadow:         1px 1px 3px 2px #d2d8f4#d2d8f4">
Div content here</div>

This div box has shadow with color #d2d8f4

More Colors

Pale Jade
#77c3b4
Gallstone Yellow
#a36629
Artisan Red
#ac5b50
Christmas Green
#3c8d0d
Little Smile
#f8d0e8
Polaris Blue
#6f8a8c
Etude Lilac
#d5d2d7
Morning Mist Grey
#ada7b9
Dusty Gold
#d7b999
Frosted Almond
#d2c2ac
Just Blush
#fab4a4
Glossy Gold
#ffdd77
Ghost
#c0bfc7
Cool Pink
#e5ccd1
Plum Wine
#674550
Caramelized Orange
#ef924a
Goluboy Blue
#8bb9dd
Bright Gold
#cf9f52
Hemlock
#69684b
Ashton Blue
#4a79ba
Miyamoto Red
#e4030f
China Doll
#f3e4d5
Kestrel White
#e0d6c8
March Yellow
#f1d48a
Natural Candy Pink
#e4717a
Grape Candy
#905284
Heavy Siena
#735848
Mint Macaron
#afeeee
Endless Possibilities
#e0413a
Melancholia
#12390d
Durian Yellow
#e1bd27
Fairstar
#6ba5a9
Kenyan Copper
#6c322e
Midori Green
#3eb370
Nandi Bear
#8f423d
Functional Grey
#aba39a
Box Office
#898790
Frozen Boubble
#00eedd
Light Bathing
#abd5dc
rating-img
Rate this tool
NaN/5   0 votes