#DDECE4

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

Shades of White Ice #DDECE4

Tints of White Ice #DDECE4

Color information

#DDECE4 (or 0xDDECE4) is unknown color: approx White Ice. HEX triplet: DD, EC and E4. RGB value is (221,236,228). Sum of RGB (Red+Green+Blue) = 221+236+228=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDECE4 is #22131B. Grayscale: #E6E6E6. Windows color (decimal): -2233116 or 15002845. OLE color: 15002845.

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

Color convert

RGB221236228-
CMYK0.0600.030.07
HSL148º28.3%89.61%-
HSV(B)148º6.36%92.55%-
XYZ73.8280.9685.14-
YUV230.6126.53121.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=32.26%
G=34.45%
B=33.28%

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
Decimal2212362280.0600.030.0714828.389.61
HexDDECE46037941c5a
Octal335354344603722434132
Binary11011101111011001110010011001111110010100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECE4; }

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

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

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

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

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

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

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

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