Shades of White Ice #DCF1E5
Tints of White Ice #DCF1E5
RGB
CMYK
RGB Variations
Color information
#DCF1E5 (or 0xDCF1E5) is known color: White Ice. HEX triplet: DC, F1 and E5. RGB value is (220,241,229). Sum of RGB (Red+Green+Blue) = 220+241+229=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1E5 is #230E1A. Grayscale: #E9E9E9. Windows color (decimal): -2297371 or 15069660. OLE color: 15069660.
HSL color Cylindrical-coordinate representation of color #DCF1E5: hue angle of 145.71º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF1E5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 229 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.05 |
| HSL | 145.71º | 0.43% | 0.9% | - |
| HSV(B) | 145.71º | 0.09% | 0.95% | - |
| XYZ | 75.11 | 83.78 | 86.34 | - |
| YUV | 233.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 229 | 0.09 | 0 | 0.05 | 0.05 | 145.71 | 0.43 | 0.9 |
| Hex | DC | F1 | E5 | 9 | 0 | 5 | 5 | 92 | 2B | 5A |
| Octal | 334 | 361 | 345 | 11 | 0 | 5 | 5 | 222 | 53 | 132 |
| Binary | 11011100 | 11110001 | 11100101 | 1001 | 0 | 101 | 101 | 10010010 | 101011 | 1011010 |
Color Harmonies of #DCF1E5
Complementary color
Monochromatic Colors of #DCF1E5
Black with #DCF1E5
Text Example
Text Example
White with #DCF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1E5; }
p { color: rgb(220,241,229); }
H1.HeaderClassName
{
color: #DCF1E5;
}
.AnyTagClassName
{
color: #DCF1E5;
}
</style>
background-color css
<style>
a { background-color: #DCF1E5; }
a { background-color: rgb(220,241,229); }
div.DivClassName
{
background-color: #DCF1E5;
}
.BgClassName
{
background-color: #DCF1E5;
}
</style>
border-color css
<style>
span { border-color: #DCF1E5; }
span { border-color: rgb(220,241,229); }
td.TdClassName
{
border-color: #DCF1E5;
}
.TagClassName
{
border-color: #DCF1E5;
}
</style>