#D9DFEF

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

Shades of Hawkes Blue #D9DFEF

Tints of Hawkes Blue #D9DFEF

Color information

#D9DFEF (or 0xD9DFEF) is unknown color: approx Hawkes Blue. HEX triplet: D9, DF and EF. RGB value is (217,223,239). Sum of RGB (Red+Green+Blue) = 217+223+239=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFEF is #262010. Grayscale: #DEDEDE. Windows color (decimal): -2498577 or 15720409. OLE color: 15720409.

HSL color Cylindrical-coordinate representation of color #D9DFEF: hue angle of 223.64º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DFEF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217223239-
CMYK0.090.0700.06
HSL223.64º40.74%89.41%-
HSV(B)223.64º9.21%93.73%-
XYZ70.5873.7692.18-
YUV223.03137.01123.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.96%
GREEN value IS 223 (87.5% from 255) = 32.84%
BLUE value IS 239 (93.75% from 255) = 35.20%
R=31.96%
G=32.84%
B=35.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172232390.090.0700.06223.6440.7489.41
HexD9DFEF9706e02959
Octal3313373571170634051131
Binary11011001110111111110111110011110110111000001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFEF; }

 p { color: rgb(217,223,239); }

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

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

 a { background-color: rgb(217,223,239); }

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

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

 span { border-color: rgb(217,223,239); }

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