Shades of White Ice #DCEBE3
Tints of White Ice #DCEBE3
RGB
CMYK
RGB Variations
Color information
#DCEBE3 (or 0xDCEBE3) is known color: White Ice. HEX triplet: DC, EB and E3. RGB value is (220,235,227). Sum of RGB (Red+Green+Blue) = 220+235+227=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE3 is #23141C. Grayscale: #E5E5E5. Windows color (decimal): -2298909 or 14937052. OLE color: 14937052.
HSL color Cylindrical-coordinate representation of color #DCEBE3: hue angle of 148º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBE3 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 227 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.08 |
| HSL | 148º | 0.27% | 0.89% | - |
| HSV(B) | 148º | 0.06% | 0.92% | - |
| XYZ | 73.09 | 80.18 | 84.3 | - |
| YUV | 229.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 227 | 0.06 | 0 | 0.03 | 0.08 | 148 | 0.27 | 0.89 |
| Hex | DC | EB | E3 | 6 | 0 | 3 | 8 | 94 | 1B | 59 |
| Octal | 334 | 353 | 343 | 6 | 0 | 3 | 10 | 224 | 33 | 131 |
| Binary | 11011100 | 11101011 | 11100011 | 110 | 0 | 11 | 1000 | 10010100 | 11011 | 1011001 |
Color Harmonies of #DCEBE3
Complementary color
Monochromatic Colors of #DCEBE3
Black with #DCEBE3
Text Example
Text Example
White with #DCEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBE3; }
p { color: rgb(220,235,227); }
H1.HeaderClassName
{
color: #DCEBE3;
}
.AnyTagClassName
{
color: #DCEBE3;
}
</style>
background-color css
<style>
a { background-color: #DCEBE3; }
a { background-color: rgb(220,235,227); }
div.DivClassName
{
background-color: #DCEBE3;
}
.BgClassName
{
background-color: #DCEBE3;
}
</style>
border-color css
<style>
span { border-color: #DCEBE3; }
span { border-color: rgb(220,235,227); }
td.TdClassName
{
border-color: #DCEBE3;
}
.TagClassName
{
border-color: #DCEBE3;
}
</style>