#DCEDE6

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

Shades of White Ice #DCEDE6

Tints of White Ice #DCEDE6

Color information

#DCEDE6 (or 0xDCEDE6) is unknown color: approx White Ice. HEX triplet: DC, ED and E6. RGB value is (220,237,230). Sum of RGB (Red+Green+Blue) = 220+237+230=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDE6 is #231219. Grayscale: #E7E7E7. Windows color (decimal): -2298394 or 15134172. OLE color: 15134172.

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

Color convert

RGB220237230-
CMYK0.0700.030.07
HSL155.29º32.08%89.61%-
HSV(B)155.29º7.17%92.94%-
XYZ74.0881.586.69-
YUV231.12127.37120.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 230 (90.23% from 255) = 33.48%
R=32.02%
G=34.50%
B=33.48%

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
Decimal2202372300.0700.030.07155.2932.0889.61
HexDCEDE670379b205a
Octal334355346703723340132
Binary110111001110110111100110111011111100110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDE6; }

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

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

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

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

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

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

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

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