#D8E0EA

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

Shades of Hawkes Blue #D8E0EA

Tints of Hawkes Blue #D8E0EA

Color information

#D8E0EA (or 0xD8E0EA) is unknown color: approx Hawkes Blue. HEX triplet: D8, E0 and EA. RGB value is (216,224,234). Sum of RGB (Red+Green+Blue) = 216+224+234=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E0EA is #271F15. Grayscale: #DEDEDE. Windows color (decimal): -2563862 or 15392984. OLE color: 15392984.

HSL color Cylindrical-coordinate representation of color #D8E0EA: hue angle of 213.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 #D8E0EA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216224234-
CMYK0.080.0400.08
HSL213.33º30%88.24%-
HSV(B)213.33º7.69%91.76%-
XYZ69.8373.8588.42-
YUV222.75134.35123.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 224 (87.89% from 255) = 33.23%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=32.05%
G=33.23%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162242340.080.0400.08213.333088.24
HexD8E0EA8408d51e58
Octal33034035210401032536130
Binary11011000111000001110101010001000100011010101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0EA; }

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

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

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

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

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

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

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

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