#D8D9DC

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

Shades of Hawkes Blue #D8D9DC

Tints of Hawkes Blue #D8D9DC

Color information

#D8D9DC (or 0xD8D9DC) is unknown color: approx Hawkes Blue. HEX triplet: D8, D9 and DC. RGB value is (216,217,220). Sum of RGB (Red+Green+Blue) = 216+217+220=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9DC is #272623. Grayscale: #D9D9D9. Windows color (decimal): -2565668 or 14473688. OLE color: 14473688.

HSL color Cylindrical-coordinate representation of color #D8D9DC: hue angle of 225º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8D9DC is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216217220-
CMYK0.020.0100.14
HSL225º5.41%85.49%-
HSV(B)225º1.82%86.27%-
XYZ66.0569.3977.62-
YUV217.04129.67127.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=33.08%
G=33.23%
B=33.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162172200.020.0100.142255.4185.49
HexD8D9DC210Ee1555
Octal330331334210163415125
Binary11011000110110011101110010101110111000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9DC; }

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

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

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

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

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

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

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

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