#D9DDEA

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

Shades of Hawkes Blue #D9DDEA

Tints of Hawkes Blue #D9DDEA

Color information

#D9DDEA (or 0xD9DDEA) is unknown color: approx Hawkes Blue. HEX triplet: D9, DD and EA. RGB value is (217,221,234). Sum of RGB (Red+Green+Blue) = 217+221+234=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDEA is #262215. Grayscale: #DDDDDD. Windows color (decimal): -2499094 or 15392217. OLE color: 15392217.

HSL color Cylindrical-coordinate representation of color #D9DDEA: hue angle of 225.88º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9DDEA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217221234-
CMYK0.070.0600.08
HSL225.88º28.81%88.43%-
HSV(B)225.88º7.26%91.76%-
XYZ69.3272.4188.16-
YUV221.29135.17124.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.29%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=32.29%
G=32.89%
B=34.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172212340.070.0600.08225.8828.8188.43
HexD9DDEA7608e21d58
Octal3313353527601034235130
Binary1101100111011101111010101111100100011100010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDEA; }

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

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

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

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

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

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

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

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