#DDEEE5

Color #DDEEE5 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DDEEE5

Tints of White Ice #DDEEE5

Color information

#DDEEE5 (or 0xDDEEE5) is unknown color: approx White Ice. HEX triplet: DD, EE and E5. RGB value is (221,238,229). Sum of RGB (Red+Green+Blue) = 221+238+229=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEE5 is #22111A. Grayscale: #E7E7E7. Windows color (decimal): -2232603 or 15068893. OLE color: 15068893.

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

Color convert

RGB221238229-
CMYK0.0700.040.07
HSL148.24º33.33%90%-
HSV(B)148.24º7.14%93.33%-
XYZ74.5482.1886.06-
YUV231.89126.37120.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 238 (93.36% from 255) = 34.59%
BLUE value IS 229 (89.84% from 255) = 33.28%
R=32.12%
G=34.59%
B=33.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382290.0700.040.07148.2433.3390
HexDDEEE5704794215a
Octal335356345704722441132
Binary1101110111101110111001011110100111100101001000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEE5; }

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

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

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

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

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

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

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

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