#D8DEED

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

Shades of Hawkes Blue #D8DEED

Tints of Hawkes Blue #D8DEED

Color information

#D8DEED (or 0xD8DEED) is unknown color: approx Hawkes Blue. HEX triplet: D8, DE and ED. RGB value is (216,222,237). Sum of RGB (Red+Green+Blue) = 216+222+237=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DEED is #272112. Grayscale: #DDDDDD. Windows color (decimal): -2564371 or 15589080. OLE color: 15589080.

HSL color Cylindrical-coordinate representation of color #D8DEED: hue angle of 222.86º degrees, saturation: 0.37, 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 #D8DEED is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216222237-
CMYK0.090.0600.07
HSL222.86º36.84%88.82%-
HSV(B)222.86º8.86%92.94%-
XYZ69.7372.9690.53-
YUV221.92136.51123.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=32%
G=32.89%
B=35.11%

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
Decimal2162222370.090.0600.07222.8636.8488.82
HexD8DEED9607df2559
Octal3303363551160733745131
Binary11011000110111101110110110011100111110111111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DEED; }

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

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

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

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

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

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

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

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