Html Css Color HEX #D9E0EF Hawkes Blue

📋 copy color: '#D9E0EF'

red 217 ◦ green 224 ◦ blue 239

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

Shades of Hawkes Blue #D9E0EF

Tints of Hawkes Blue #D9E0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.94%

 BLUE value IS 239 (93.75% from 255) = 35.15%

R = 31.91%
G = 32.94%
B = 35.15%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9E0EF (or 0xD9E0EF) is known color: Hawkes Blue. HEX triplet: D9, E0 and EF. RGB value is (217,224,239). Sum of RGB (Red+Green+Blue) = 217+224+239=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E0EF is #261F10. Grayscale: #DFDFDF. Windows color (decimal): -2498321 or 15720665. OLE color: 15720665.

HSL color Cylindrical-coordinate representation of color #D9E0EF: hue angle of 220.91º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9E0EF is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 224 239 -
CMYK 0.09 0.06 0 0.06
HSL 220.91º 0.41% 0.89% -
HSV(B) 220.91º 0.09% 0.94% -
XYZ 70.85 74.3 92.27 -
YUV 223.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 217 224 239 0.09 0.06 0 0.06 220.91 0.41 0.89
Hex D9 E0 EF 9 6 0 6 DD 29 59
Octal 331 340 357 11 6 0 6 335 51 131
Binary 11011001 11100000 11101111 1001 110 0 110 11011101 101001 1011001

Color Harmonies of #D9E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E0EF

Black with #D9E0EF

Text Example


Text Example

White with #D9E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E0EF; }

 p { color: rgb(217,224,239); }

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

background-color css

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

 a { background-color: rgb(217,224,239); }

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

border-color css

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

 span { border-color: rgb(217,224,239); }

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