Html Css Color HEX #D2D9EA Hawkes Blue

📋 copy color: '#D2D9EA'

red 210 ◦ green 217 ◦ blue 234

#D2D9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #D2D9EA

Tints of Hawkes Blue #D2D9EA

RGB

 RED value IS 210 (82.42% from 255) = 31.77%

 GREEN value IS 217 (85.16% from 255) = 32.83%

 BLUE value IS 234 (91.8% from 255) = 35.4%

R = 31.77%
G = 32.83%
B = 35.4%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2D9EA (or 0xD2D9EA) is known color: Hawkes Blue. HEX triplet: D2, D9 and EA. RGB value is (210,217,234). Sum of RGB (Red+Green+Blue) = 210+217+234=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2D9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D9EA is #2D2615. Grayscale: #D8D8D8. Windows color (decimal): -2958870 or 15391186. OLE color: 15391186.

HSL color Cylindrical-coordinate representation of color #D2D9EA: hue angle of 222.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D9EA is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 217 234 -
CMYK 0.10 0.07 0 0.08
HSL 222.5º 0.36% 0.87% -
HSV(B) 222.5º 0.1% 0.92% -
XYZ 66.24 69.27 87.72 -
YUV 216.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 210 217 234 0.10 0.07 0 0.08 222.5 0.36 0.87
Hex D2 D9 EA A 7 0 8 DE 24 57
Octal 322 331 352 12 7 0 10 336 44 127
Binary 11010010 11011001 11101010 1010 111 0 1000 11011110 100100 1010111

Color Harmonies of #D2D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D9EA

Black with #D2D9EA

Text Example


Text Example

White with #D2D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D9EA; }

 p { color: rgb(210,217,234); }

 H1.HeaderClassName
 {
   color: #D2D9EA;
 }
 .AnyTagClassName
 {
   color: #D2D9EA;
 }
</style>

background-color css

<style>
 a { background-color: #D2D9EA; }

 a { background-color: rgb(210,217,234); }

 div.DivClassName
 {
   background-color: #D2D9EA;
 }
 .BgClassName
 {
   background-color: #D2D9EA;
 }
</style>

border-color css

<style>
 span { border-color: #D2D9EA; }

 span { border-color: rgb(210,217,234); }

 td.TdClassName
 {
   border-color: #D2D9EA;
 }
 .TagClassName
 {
   border-color: #D2D9EA;
 }
</style>