#D8DEEF

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

Shades of Hawkes Blue #D8DEEF

Tints of Hawkes Blue #D8DEEF

Color information

#D8DEEF (or 0xD8DEEF) is unknown color: approx Hawkes Blue. HEX triplet: D8, DE and EF. RGB value is (216,222,239). Sum of RGB (Red+Green+Blue) = 216+222+239=677 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.91% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEEF is #272110. Grayscale: #DEDEDE. Windows color (decimal): -2564369 or 15720152. OLE color: 15720152.

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

Color convert

RGB216222239-
CMYK0.100.0700.06
HSL224.35º41.82%89.22%-
HSV(B)224.35º9.62%93.73%-
XYZ70.0273.0792.08-
YUV222.14137.51123.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.91%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=31.91%
G=32.79%
B=35.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162222390.100.0700.06224.3541.8289.22
HexD8DEEFA706e02a59
Octal3303363571270634052131
Binary11011000110111101110111110101110110111000001010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEEF; }

 p { color: rgb(216,222,239); }

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

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

 a { background-color: rgb(216,222,239); }

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

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

 span { border-color: rgb(216,222,239); }

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