#D5DEEC

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

Shades of Hawkes Blue #D5DEEC

Tints of Hawkes Blue #D5DEEC

Color information

#D5DEEC (or 0xD5DEEC) is unknown color: approx Hawkes Blue. HEX triplet: D5, DE and EC. RGB value is (213,222,236). Sum of RGB (Red+Green+Blue) = 213+222+236=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5DEEC is #2A2113. Grayscale: #DCDCDC. Windows color (decimal): -2760980 or 15523541. OLE color: 15523541.

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

Color convert

RGB213222236-
CMYK0.100.0600.07
HSL216.52º37.7%88.04%-
HSV(B)216.52º9.75%92.55%-
XYZ68.772.4489.72-
YUV220.9136.52122.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 222 (87.11% from 255) = 33.08%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=31.74%
G=33.08%
B=35.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132222360.100.0600.07216.5237.788.04
HexD5DEECA607d92658
Octal3253363541260733146130
Binary11010101110111101110110010101100111110110011001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEEC; }

 p { color: rgb(213,222,236); }

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

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

 a { background-color: rgb(213,222,236); }

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

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

 span { border-color: rgb(213,222,236); }

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