#D8DDEC

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

Shades of Hawkes Blue #D8DDEC

Tints of Hawkes Blue #D8DDEC

Color information

#D8DDEC (or 0xD8DDEC) is unknown color: approx Hawkes Blue. HEX triplet: D8, DD and EC. RGB value is (216,221,236). Sum of RGB (Red+Green+Blue) = 216+221+236=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8DDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDEC is #272213. Grayscale: #DDDDDD. Windows color (decimal): -2564628 or 15523288. OLE color: 15523288.

HSL color Cylindrical-coordinate representation of color #D8DDEC: hue angle of 225º degrees, saturation: 0.34, 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 #D8DDEC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216221236-
CMYK0.080.0600.07
HSL225º34.48%88.63%-
HSV(B)225º8.47%92.55%-
XYZ69.3272.3789.67-
YUV221.22136.34124.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.10%
GREEN value IS 221 (86.72% from 255) = 32.84%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=32.10%
G=32.84%
B=35.07%

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
Decimal2162212360.080.0600.0722534.4888.63
HexD8DDEC8607e12259
Octal3303353541060734142131
Binary11011000110111011110110010001100111111000011000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDEC; }

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

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

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

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

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

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

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

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