#DDE0EB

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

Shades of Hawkes Blue #DDE0EB

Tints of Hawkes Blue #DDE0EB

Color information

#DDE0EB (or 0xDDE0EB) is unknown color: approx Hawkes Blue. HEX triplet: DD, E0 and EB. RGB value is (221,224,235). Sum of RGB (Red+Green+Blue) = 221+224+235=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0EB is #221F14. Grayscale: #E0E0E0. Windows color (decimal): -2236181 or 15458525. OLE color: 15458525.

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

Color convert

RGB221224235-
CMYK0.060.0500.08
HSL227.14º25.93%89.41%-
HSV(B)227.14º5.96%92.16%-
XYZ71.4774.6889.25-
YUV224.36134.01125.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.5%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=32.5%
G=32.94%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212242350.060.0500.08227.1425.9389.41
HexDDE0EB6508e31a59
Octal3353403536501034332131
Binary1101110111100000111010111101010100011100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0EB; }

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

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

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

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

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

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

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

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