#DDE1EE

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

Shades of Hawkes Blue #DDE1EE

Tints of Hawkes Blue #DDE1EE

Color information

#DDE1EE (or 0xDDE1EE) is unknown color: approx Hawkes Blue. HEX triplet: DD, E1 and EE. RGB value is (221,225,238). Sum of RGB (Red+Green+Blue) = 221+225+238=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1EE is #221E11. Grayscale: #E1E1E1. Windows color (decimal): -2235922 or 15655389. OLE color: 15655389.

HSL color Cylindrical-coordinate representation of color #DDE1EE: hue angle of 225.88º degrees, saturation: 0.33, 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 #DDE1EE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221225238-
CMYK0.070.0500.07
HSL225.88º33.33%90%-
HSV(B)225.88º7.14%93.33%-
XYZ72.1875.491.64-
YUV225.29135.17124.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 225 (88.28% from 255) = 32.89%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=32.31%
G=32.89%
B=34.80%

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
Decimal2212252380.070.0500.07225.8833.3390
HexDDE1EE7507e2215a
Octal335341356750734241132
Binary1101110111100001111011101111010111111000101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1EE; }

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

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

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

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

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

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

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

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