#DDE0E8

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

Shades of Hawkes Blue #DDE0E8

Tints of Hawkes Blue #DDE0E8

Color information

#DDE0E8 (or 0xDDE0E8) is unknown color: approx Hawkes Blue. HEX triplet: DD, E0 and E8. RGB value is (221,224,232). Sum of RGB (Red+Green+Blue) = 221+224+232=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 232 (91.02% from 255 or 34.27% from 677); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDE0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0E8 is #221F17. Grayscale: #DFDFDF. Windows color (decimal): -2236184 or 15261917. OLE color: 15261917.

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

Color convert

RGB221224232-
CMYK0.050.0300.09
HSL223.64º19.3%88.82%-
HSV(B)223.64º4.74%90.98%-
XYZ71.0474.5186.98-
YUV224.02132.51125.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 224 (87.89% from 255) = 33.09%
BLUE value IS 232 (91.02% from 255) = 34.27%
R=32.64%
G=33.09%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212242320.050.0300.09223.6419.388.82
HexDDE0E85309e01359
Octal3353403505301134023131
Binary110111011110000011101000101110100111100000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0E8; }

 p { color: rgb(221,224,232); }

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

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

 a { background-color: rgb(221,224,232); }

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

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

 span { border-color: rgb(221,224,232); }

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