#DDE1EB

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

Shades of Hawkes Blue #DDE1EB

Tints of Hawkes Blue #DDE1EB

Color information

#DDE1EB (or 0xDDE1EB) is unknown color: approx Hawkes Blue. HEX triplet: DD, E1 and EB. RGB value is (221,225,235). Sum of RGB (Red+Green+Blue) = 221+225+235=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1EB is #221E14. Grayscale: #E0E0E0. Windows color (decimal): -2235925 or 15458781. OLE color: 15458781.

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

Color convert

RGB221225235-
CMYK0.060.0400.08
HSL222.86º25.93%89.41%-
HSV(B)222.86º5.96%92.16%-
XYZ71.7475.2289.34-
YUV224.94133.67125.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.45%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=32.45%
G=33.04%
B=34.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212252350.060.0400.08222.8625.9389.41
HexDDE1EB6408df1a59
Octal3353413536401033732131
Binary1101110111100001111010111101000100011011111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1EB; }

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

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

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

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

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

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

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

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