#D9E1ED

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

Shades of Hawkes Blue #D9E1ED

Tints of Hawkes Blue #D9E1ED

Color information

#D9E1ED (or 0xD9E1ED) is unknown color: approx Hawkes Blue. HEX triplet: D9, E1 and ED. RGB value is (217,225,237). Sum of RGB (Red+Green+Blue) = 217+225+237=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9E1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E1ED is #261E12. Grayscale: #DFDFDF. Windows color (decimal): -2498067 or 15589849. OLE color: 15589849.

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

Color convert

RGB217225237-
CMYK0.080.0500.07
HSL216º35.71%89.02%-
HSV(B)216º8.44%92.94%-
XYZ70.8374.7290.81-
YUV223.98135.35123.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.96%
GREEN value IS 225 (88.28% from 255) = 33.14%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=31.96%
G=33.14%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172252370.080.0500.0721635.7189.02
HexD9E1ED8507d82459
Octal3313413551050733044131
Binary11011001111000011110110110001010111110110001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1ED; }

 p { color: rgb(217,225,237); }

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

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

 a { background-color: rgb(217,225,237); }

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

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

 span { border-color: rgb(217,225,237); }

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