#DCEDE4

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

Shades of White Ice #DCEDE4

Tints of White Ice #DCEDE4

Color information

#DCEDE4 (or 0xDCEDE4) is unknown color: approx White Ice. HEX triplet: DC, ED and E4. RGB value is (220,237,228). Sum of RGB (Red+Green+Blue) = 220+237+228=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE4 is #23121B. Grayscale: #E6E6E6. Windows color (decimal): -2298396 or 15003100. OLE color: 15003100.

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

Color convert

RGB220237228-
CMYK0.0700.040.07
HSL148.24º32.08%89.61%-
HSV(B)148.24º7.17%92.94%-
XYZ73.881.3985.22-
YUV230.89126.37120.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=32.12%
G=34.60%
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
Decimal2202372280.0700.040.07148.2432.0889.61
HexDCEDE4704794205a
Octal334355344704722440132
Binary1101110011101101111001001110100111100101001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDE4; }

 p { color: rgb(220,237,228); }

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

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

 a { background-color: rgb(220,237,228); }

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

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

 span { border-color: rgb(220,237,228); }

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