#D8E0EB

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

Shades of Hawkes Blue #D8E0EB

Tints of Hawkes Blue #D8E0EB

Color information

#D8E0EB (or 0xD8E0EB) is unknown color: approx Hawkes Blue. HEX triplet: D8, E0 and EB. RGB value is (216,224,235). Sum of RGB (Red+Green+Blue) = 216+224+235=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E0EB is #271F14. Grayscale: #DEDEDE. Windows color (decimal): -2563861 or 15458520. OLE color: 15458520.

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

Color convert

RGB216224235-
CMYK0.080.0500.08
HSL214.74º32.2%88.43%-
HSV(B)214.74º8.09%92.16%-
XYZ69.9773.9189.18-
YUV222.86134.85123.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 224 (87.89% from 255) = 33.19%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=32%
G=33.19%
B=34.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162242350.080.0500.08214.7432.288.43
HexD8E0EB8508d72058
Octal33034035310501032740130
Binary110110001110000011101011100010101000110101111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0EB; }

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

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

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

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

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

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

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

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