#D9E0EE

Color #D9E0EE Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #D9E0EE

Tints of Hawkes Blue #D9E0EE

Color information

#D9E0EE (or 0xD9E0EE) is unknown color: approx Hawkes Blue. HEX triplet: D9, E0 and EE. RGB value is (217,224,238). Sum of RGB (Red+Green+Blue) = 217+224+238=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9E0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E0EE is #261F11. Grayscale: #DFDFDF. Windows color (decimal): -2498322 or 15655129. OLE color: 15655129.

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

Color convert

RGB217224238-
CMYK0.090.0600.07
HSL220º38.18%89.22%-
HSV(B)220º8.82%93.33%-
XYZ70.774.2491.49-
YUV223.5136.18123.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.96%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=31.96%
G=32.99%
B=35.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172242380.090.0600.0722038.1889.22
HexD9E0EE9607dc2659
Octal3313403561160733446131
Binary11011001111000001110111010011100111110111001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0EE; }

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

 H1.HeaderClassName
 {
   color: #D9E0EE;
 }
 .AnyTagClassName
 {
   color: #D9E0EE;
 }
</style>
background-color css

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

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

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

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

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

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