#DCEDE5

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

Shades of White Ice #DCEDE5

Tints of White Ice #DCEDE5

Color information

#DCEDE5 (or 0xDCEDE5) is unknown color: approx White Ice. HEX triplet: DC, ED and E5. RGB value is (220,237,229). Sum of RGB (Red+Green+Blue) = 220+237+229=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE5 is #23121A. Grayscale: #E7E7E7. Windows color (decimal): -2298395 or 15068636. OLE color: 15068636.

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

Color convert

RGB220237229-
CMYK0.0700.030.07
HSL151.76º32.08%89.61%-
HSV(B)151.76º7.17%92.94%-
XYZ73.9481.4485.95-
YUV231126.87120.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 229 (89.84% from 255) = 33.38%
R=32.07%
G=34.55%
B=33.38%

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
Decimal2202372290.0700.030.07151.7632.0889.61
HexDCEDE5703798205a
Octal334355345703723040132
Binary110111001110110111100101111011111100110001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDE5; }

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

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

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

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

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

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

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

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