#D8DADD

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

Shades of Hawkes Blue #D8DADD

Tints of Hawkes Blue #D8DADD

Color information

#D8DADD (or 0xD8DADD) is unknown color: approx Hawkes Blue. HEX triplet: D8, DA and DD. RGB value is (216,218,221). Sum of RGB (Red+Green+Blue) = 216+218+221=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADD is #272522. Grayscale: #D9D9D9. Windows color (decimal): -2565411 or 14539480. OLE color: 14539480.

HSL color Cylindrical-coordinate representation of color #D8DADD: hue angle of 216º 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 #D8DADD is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216218221-
CMYK0.020.0100.13
HSL216º6.85%85.69%-
HSV(B)216º2.26%86.67%-
XYZ66.4469.9678.41-
YUV217.74129.84126.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.98%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 33.74%
R=32.98%
G=33.28%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162182210.020.0100.132166.8585.69
HexD8DADD210Dd8756
Octal330332335210153307126
Binary11011000110110101101110110101101110110001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DADD; }

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

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

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

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

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

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

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

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