#D9DDED

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

Shades of Hawkes Blue #D9DDED

Tints of Hawkes Blue #D9DDED

Color information

#D9DDED (or 0xD9DDED) is unknown color: approx Hawkes Blue. HEX triplet: D9, DD and ED. RGB value is (217,221,237). Sum of RGB (Red+Green+Blue) = 217+221+237=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDED is #262212. Grayscale: #DDDDDD. Windows color (decimal): -2499091 or 15588825. OLE color: 15588825.

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

Color convert

RGB217221237-
CMYK0.080.0700.07
HSL228º35.71%89.02%-
HSV(B)228º8.44%92.94%-
XYZ69.7672.5890.45-
YUV221.63136.67124.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=32.15%
G=32.74%
B=35.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172212370.080.0700.0722835.7189.02
HexD9DDED8707e42459
Octal3313353551070734444131
Binary11011001110111011110110110001110111111001001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDED; }

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

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

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

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

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

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

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

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