#DDECE5

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

Shades of White Ice #DDECE5

Tints of White Ice #DDECE5

Color information

#DDECE5 (or 0xDDECE5) is unknown color: approx White Ice. HEX triplet: DD, EC and E5. RGB value is (221,236,229). Sum of RGB (Red+Green+Blue) = 221+236+229=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 236 (92.58% from 255 or 34.40% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE5 is #22131A. Grayscale: #E6E6E6. Windows color (decimal): -2233115 or 15068381. OLE color: 15068381.

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

Color convert

RGB221236229-
CMYK0.0600.030.07
HSL152º28.3%89.61%-
HSV(B)152º6.36%92.55%-
XYZ73.9681.0285.87-
YUV230.72127.03121.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 236 (92.58% from 255) = 34.40%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=32.22%
G=34.40%
B=33.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362290.0600.030.0715228.389.61
HexDDECE56037981c5a
Octal335354345603723034132
Binary11011101111011001110010111001111110011000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECE5; }

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

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

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

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

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

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

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

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