#D7DEEC

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

Shades of Hawkes Blue #D7DEEC

Tints of Hawkes Blue #D7DEEC

Color information

#D7DEEC (or 0xD7DEEC) is unknown color: approx Hawkes Blue. HEX triplet: D7, DE and EC. RGB value is (215,222,236). Sum of RGB (Red+Green+Blue) = 215+222+236=673 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.95% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #D7DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DEEC is #282113. Grayscale: #DDDDDD. Windows color (decimal): -2629908 or 15523543. OLE color: 15523543.

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

Color convert

RGB215222236-
CMYK0.090.0600.07
HSL220º35.59%88.43%-
HSV(B)220º8.9%92.55%-
XYZ69.2972.7589.75-
YUV221.5136.18123.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.95%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=31.95%
G=32.99%
B=35.07%

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
Decimal2152222360.090.0600.0722035.5988.43
HexD7DEEC9607dc2458
Octal3273363541160733444130
Binary11010111110111101110110010011100111110111001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEEC; }

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

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

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

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

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

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

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

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