#D8D9DE

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

Shades of Hawkes Blue #D8D9DE

Tints of Hawkes Blue #D8D9DE

Color information

#D8D9DE (or 0xD8D9DE) is unknown color: approx Hawkes Blue. HEX triplet: D8, D9 and DE. RGB value is (216,217,222). Sum of RGB (Red+Green+Blue) = 216+217+222=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9DE is #272621. Grayscale: #D9D9D9. Windows color (decimal): -2565666 or 14604760. OLE color: 14604760.

HSL color Cylindrical-coordinate representation of color #D8D9DE: hue angle of 230º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D9DE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216217222-
CMYK0.030.0200.13
HSL230º8.33%85.88%-
HSV(B)230º2.7%87.06%-
XYZ66.3269.579.03-
YUV217.27130.67127.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.98%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 222 (87.11% from 255) = 33.89%
R=32.98%
G=33.13%
B=33.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162172220.030.0200.132308.3385.88
HexD8D9DE320De6856
Octal3303313363201534610126
Binary1101100011011001110111101110011011110011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9DE; }

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

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

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

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

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

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

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

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