#DDEDE5

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

Shades of White Ice #DDEDE5

Tints of White Ice #DDEDE5

Color information

#DDEDE5 (or 0xDDEDE5) is unknown color: approx White Ice. HEX triplet: DD, ED and E5. RGB value is (221,237,229). Sum of RGB (Red+Green+Blue) = 221+237+229=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDE5 is #22121A. Grayscale: #E7E7E7. Windows color (decimal): -2232859 or 15068637. OLE color: 15068637.

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

Color convert

RGB221237229-
CMYK0.0700.030.07
HSL150º30.77%89.8%-
HSV(B)150º6.75%92.94%-
XYZ74.2581.685.97-
YUV231.3126.7120.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 229 (89.84% from 255) = 33.33%
R=32.17%
G=34.50%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372290.0700.030.0715030.7789.8
HexDDEDE57037961f5a
Octal335355345703722637132
Binary11011101111011011110010111101111110010110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDE5; }

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

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

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

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

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

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

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

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