#D8DDEA

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

Shades of Hawkes Blue #D8DDEA

Tints of Hawkes Blue #D8DDEA

Color information

#D8DDEA (or 0xD8DDEA) is unknown color: approx Hawkes Blue. HEX triplet: D8, DD and EA. RGB value is (216,221,234). Sum of RGB (Red+Green+Blue) = 216+221+234=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DDEA is #272215. Grayscale: #DCDCDC. Windows color (decimal): -2564630 or 15392216. OLE color: 15392216.

HSL color Cylindrical-coordinate representation of color #D8DDEA: hue angle of 223.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8DDEA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216221234-
CMYK0.080.0600.08
HSL223.33º30%88.24%-
HSV(B)223.33º7.69%91.76%-
XYZ69.0372.2588.15-
YUV220.99135.34124.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.19%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=32.19%
G=32.94%
B=34.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162212340.080.0600.08223.333088.24
HexD8DDEA8608df1e58
Octal33033535210601033736130
Binary11011000110111011110101010001100100011011111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDEA; }

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

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

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

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

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

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

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

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