#D9DFED

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

Shades of Hawkes Blue #D9DFED

Tints of Hawkes Blue #D9DFED

Color information

#D9DFED (or 0xD9DFED) is unknown color: approx Hawkes Blue. HEX triplet: D9, DF and ED. RGB value is (217,223,237). Sum of RGB (Red+Green+Blue) = 217+223+237=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFED is #262012. Grayscale: #DEDEDE. Windows color (decimal): -2498579 or 15589337. OLE color: 15589337.

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

Color convert

RGB217223237-
CMYK0.080.0600.07
HSL222º35.71%89.02%-
HSV(B)222º8.44%92.94%-
XYZ70.2973.6490.63-
YUV222.8136.01123.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=32.05%
G=32.94%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172232370.080.0600.0722235.7189.02
HexD9DFED8607de2459
Octal3313373551060733644131
Binary11011001110111111110110110001100111110111101001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFED; }

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

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

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

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

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

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

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

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