#D9DDEF

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

Shades of Hawkes Blue #D9DDEF

Tints of Hawkes Blue #D9DDEF

Color information

#D9DDEF (or 0xD9DDEF) is unknown color: approx Hawkes Blue. HEX triplet: D9, DD and EF. RGB value is (217,221,239). Sum of RGB (Red+Green+Blue) = 217+221+239=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9DDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDEF is #262210. Grayscale: #DDDDDD. Windows color (decimal): -2499089 or 15719897. OLE color: 15719897.

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

Color convert

RGB217221239-
CMYK0.090.0800.06
HSL229.09º40.74%89.41%-
HSV(B)229.09º9.21%93.73%-
XYZ70.0572.792-
YUV221.86137.67124.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=32.05%
G=32.64%
B=35.30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172212390.090.0800.06229.0940.7489.41
HexD9DDEF9806e52959
Octal33133535711100634551131
Binary110110011101110111101111100110000110111001011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDEF; }

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

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

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

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

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

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

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

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