#D8D9DD

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

Shades of Hawkes Blue #D8D9DD

Tints of Hawkes Blue #D8D9DD

Color information

#D8D9DD (or 0xD8D9DD) is unknown color: approx Hawkes Blue. HEX triplet: D8, D9 and DD. RGB value is (216,217,221). Sum of RGB (Red+Green+Blue) = 216+217+221=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9DD is #272622. Grayscale: #D9D9D9. Windows color (decimal): -2565667 or 14539224. OLE color: 14539224.

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

Color convert

RGB216217221-
CMYK0.020.0200.13
HSL228º6.85%85.69%-
HSV(B)228º2.26%86.67%-
XYZ66.1869.4578.32-
YUV217.16130.17127.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.03%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=33.03%
G=33.18%
B=33.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162172210.020.0200.132286.8585.69
HexD8D9DD220De4756
Octal330331335220153447126
Binary110110001101100111011101101001101111001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9DD; }

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

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

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

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

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

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

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

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