#D9DADC

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

Shades of Hawkes Blue #D9DADC

Tints of Hawkes Blue #D9DADC

Color information

#D9DADC (or 0xD9DADC) is unknown color: approx Hawkes Blue. HEX triplet: D9, DA and DC. RGB value is (217,218,220). Sum of RGB (Red+Green+Blue) = 217+218+220=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DADC is #262523. Grayscale: #D9D9D9. Windows color (decimal): -2499876 or 14473945. OLE color: 14473945.

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

Color convert

RGB217218220-
CMYK0.010.0100.14
HSL220º4.11%85.69%-
HSV(B)220º1.36%86.27%-
XYZ66.670.0677.72-
YUV217.93129.17127.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=33.13%
G=33.28%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172182200.010.0100.142204.1185.69
HexD9DADC110Edc456
Octal331332334110163344126
Binary1101100111011010110111001101110110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DADC; }

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

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

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

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

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

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

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

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