Shades of White Ice #DCEAE2
Tints of White Ice #DCEAE2
RGB
CMYK
RGB Variations
Color information
#DCEAE2 (or 0xDCEAE2) is known color: White Ice. HEX triplet: DC, EA and E2. RGB value is (220,234,226). Sum of RGB (Red+Green+Blue) = 220+234+226=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAE2 is #23151D. Grayscale: #E4E4E4. Windows color (decimal): -2299166 or 14871260. OLE color: 14871260.
HSL color Cylindrical-coordinate representation of color #DCEAE2: hue angle of 145.71º degrees, saturation: 0.25, 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 #DCEAE2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 226 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.08 |
| HSL | 145.71º | 0.25% | 0.89% | - |
| HSV(B) | 145.71º | 0.06% | 0.92% | - |
| XYZ | 72.67 | 79.55 | 83.48 | - |
| YUV | 228.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 226 | 0.06 | 0 | 0.03 | 0.08 | 145.71 | 0.25 | 0.89 |
| Hex | DC | EA | E2 | 6 | 0 | 3 | 8 | 92 | 19 | 59 |
| Octal | 334 | 352 | 342 | 6 | 0 | 3 | 10 | 222 | 31 | 131 |
| Binary | 11011100 | 11101010 | 11100010 | 110 | 0 | 11 | 1000 | 10010010 | 11001 | 1011001 |
Color Harmonies of #DCEAE2
Complementary color
Monochromatic Colors of #DCEAE2
Black with #DCEAE2
Text Example
Text Example
White with #DCEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAE2; }
p { color: rgb(220,234,226); }
H1.HeaderClassName
{
color: #DCEAE2;
}
.AnyTagClassName
{
color: #DCEAE2;
}
</style>
background-color css
<style>
a { background-color: #DCEAE2; }
a { background-color: rgb(220,234,226); }
div.DivClassName
{
background-color: #DCEAE2;
}
.BgClassName
{
background-color: #DCEAE2;
}
</style>
border-color css
<style>
span { border-color: #DCEAE2; }
span { border-color: rgb(220,234,226); }
td.TdClassName
{
border-color: #DCEAE2;
}
.TagClassName
{
border-color: #DCEAE2;
}
</style>