Html Css Color HEX #D9DEEA Hawkes Blue

📋 copy color: '#D9DEEA'

red 217 ◦ green 222 ◦ blue 234

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

Shades of Hawkes Blue #D9DEEA

Tints of Hawkes Blue #D9DEEA

RGB

 RED value IS 217 (85.16% from 255) = 32.24%

 GREEN value IS 222 (87.11% from 255) = 32.99%

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

R = 32.24%
G = 32.99%
B = 34.77%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9DEEA (or 0xD9DEEA) is known color: Hawkes Blue. HEX triplet: D9, DE and EA. RGB value is (217,222,234). Sum of RGB (Red+Green+Blue) = 217+222+234=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9DEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DEEA is #262115. Grayscale: #DDDDDD. Windows color (decimal): -2498838 or 15392473. OLE color: 15392473.

HSL color Cylindrical-coordinate representation of color #D9DEEA: hue angle of 222.35º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DEEA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 222 234 -
CMYK 0.07 0.05 0 0.08
HSL 222.35º 0.29% 0.88% -
HSV(B) 222.35º 0.07% 0.92% -
XYZ 69.59 72.93 88.25 -
YUV 221.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 217 222 234 0.07 0.05 0 0.08 222.35 0.29 0.88
Hex D9 DE EA 7 5 0 8 DE 1D 58
Octal 331 336 352 7 5 0 10 336 35 130
Binary 11011001 11011110 11101010 111 101 0 1000 11011110 11101 1011000

Color Harmonies of #D9DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DEEA

Black with #D9DEEA

Text Example


Text Example

White with #D9DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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