#DDE1ED

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

Shades of Hawkes Blue #DDE1ED

Tints of Hawkes Blue #DDE1ED

Color information

#DDE1ED (or 0xDDE1ED) is unknown color: approx Hawkes Blue. HEX triplet: DD, E1 and ED. RGB value is (221,225,237). Sum of RGB (Red+Green+Blue) = 221+225+237=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1ED is #221E12. Grayscale: #E1E1E1. Windows color (decimal): -2235923 or 15589853. OLE color: 15589853.

HSL color Cylindrical-coordinate representation of color #DDE1ED: hue angle of 225º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE1ED is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221225237-
CMYK0.070.0500.07
HSL225º30.77%89.8%-
HSV(B)225º6.75%92.94%-
XYZ72.0375.3490.87-
YUV225.17134.67125.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=32.36%
G=32.94%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212252370.070.0500.0722530.7789.8
HexDDE1ED7507e11f5a
Octal335341355750734137132
Binary110111011110000111101101111101011111100001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1ED; }

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

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

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

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

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

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

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

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