#DCEDE3

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

Shades of White Ice #DCEDE3

Tints of White Ice #DCEDE3

Color information

#DCEDE3 (or 0xDCEDE3) is unknown color: approx White Ice. HEX triplet: DC, ED and E3. RGB value is (220,237,227). Sum of RGB (Red+Green+Blue) = 220+237+227=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDE3 is #23121C. Grayscale: #E6E6E6. Windows color (decimal): -2298397 or 14937564. OLE color: 14937564.

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

Color convert

RGB220237227-
CMYK0.0700.040.07
HSL144.71º32.08%89.61%-
HSV(B)144.71º7.17%92.94%-
XYZ73.6681.3384.49-
YUV230.78125.87120.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 227 (89.06% from 255) = 33.19%
R=32.16%
G=34.65%
B=33.19%

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
Decimal2202372270.0700.040.07144.7132.0889.61
HexDCEDE3704791205a
Octal334355343704722140132
Binary1101110011101101111000111110100111100100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDE3; }

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

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

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

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

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

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

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

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