#D9E0EB

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

Shades of Hawkes Blue #D9E0EB

Tints of Hawkes Blue #D9E0EB

Color information

#D9E0EB (or 0xD9E0EB) is unknown color: approx Hawkes Blue. HEX triplet: D9, E0 and EB. RGB value is (217,224,235). Sum of RGB (Red+Green+Blue) = 217+224+235=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 224 (87.89% from 255 or 33.14% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E0EB is #261F14. Grayscale: #DFDFDF. Windows color (decimal): -2498325 or 15458521. OLE color: 15458521.

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

Color convert

RGB217224235-
CMYK0.080.0500.08
HSL216.67º31.03%88.63%-
HSV(B)216.67º7.66%92.16%-
XYZ70.2774.0689.19-
YUV223.16134.68123.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 224 (87.89% from 255) = 33.14%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=32.10%
G=33.14%
B=34.76%

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
Decimal2172242350.080.0500.08216.6731.0388.63
HexD9E0EB8508d91f59
Octal33134035310501033137131
Binary11011001111000001110101110001010100011011001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0EB; }

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

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

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

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

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

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

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

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