Shades of White Ice #DCECE3
Tints of White Ice #DCECE3
RGB
CMYK
RGB Variations
Color information
#DCECE3 (or 0xDCECE3) is known color: White Ice. HEX triplet: DC, EC and E3. RGB value is (220,236,227). Sum of RGB (Red+Green+Blue) = 220+236+227=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECE3 is #23131C. Grayscale: #E6E6E6. Windows color (decimal): -2298653 or 14937308. OLE color: 14937308.
HSL color Cylindrical-coordinate representation of color #DCECE3: hue angle of 146.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCECE3 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 227 | - |
CMYK | 0.07 | 0 | 0.04 | 0.07 |
HSL | 146.25º | 0.3% | 0.89% | - |
HSV(B) | 146.25º | 0.07% | 0.93% | - |
XYZ | 73.38 | 80.75 | 84.39 | - |
YUV | 230.19 | 126.2 | 120.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 227 | 0.07 | 0 | 0.04 | 0.07 | 146.25 | 0.3 | 0.89 |
Hex | DC | EC | E3 | 7 | 0 | 4 | 7 | 92 | 1E | 59 |
Octal | 334 | 354 | 343 | 7 | 0 | 4 | 7 | 222 | 36 | 131 |
Binary | 11011100 | 11101100 | 11100011 | 111 | 0 | 100 | 111 | 10010010 | 11110 | 1011001 |
Color Harmonies of #DCECE3
Complementary color
Monochromatic Colors of #DCECE3
Black with #DCECE3
Text Example
Text Example
White with #DCECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECE3; }
p { color: rgb(220,236,227); }
H1.HeaderClassName
{
color: #DCECE3;
}
.AnyTagClassName
{
color: #DCECE3;
}
</style>
background-color css
<style>
a { background-color: #DCECE3; }
a { background-color: rgb(220,236,227); }
div.DivClassName
{
background-color: #DCECE3;
}
.BgClassName
{
background-color: #DCECE3;
}
</style>
border-color css
<style>
span { border-color: #DCECE3; }
span { border-color: rgb(220,236,227); }
td.TdClassName
{
border-color: #DCECE3;
}
.TagClassName
{
border-color: #DCECE3;
}
</style>