#D9DDEC

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

Shades of Hawkes Blue #D9DDEC

Tints of Hawkes Blue #D9DDEC

Color information

#D9DDEC (or 0xD9DDEC) is unknown color: approx Hawkes Blue. HEX triplet: D9, DD and EC. RGB value is (217,221,236). Sum of RGB (Red+Green+Blue) = 217+221+236=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDEC is #262213. Grayscale: #DDDDDD. Windows color (decimal): -2499092 or 15523289. OLE color: 15523289.

HSL color Cylindrical-coordinate representation of color #D9DDEC: hue angle of 227.37º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DDEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217221236-
CMYK0.080.0600.07
HSL227.37º33.33%88.82%-
HSV(B)227.37º8.05%92.55%-
XYZ69.6172.5289.69-
YUV221.51136.17124.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.20%
GREEN value IS 221 (86.72% from 255) = 32.79%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=32.20%
G=32.79%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172212360.080.0600.07227.3733.3388.82
HexD9DDEC8607e32159
Octal3313353541060734341131
Binary11011001110111011110110010001100111111000111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDEC; }

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

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

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

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

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

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

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

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