Shades of White Ice #DCF1E7
Tints of White Ice #DCF1E7
RGB
CMYK
RGB Variations
Color information
#DCF1E7 (or 0xDCF1E7) is known color: White Ice. HEX triplet: DC, F1 and E7. RGB value is (220,241,231). Sum of RGB (Red+Green+Blue) = 220+241+231=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 231 (90.62% from 255 or 33.38% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1E7 is #230E18. Grayscale: #E9E9E9. Windows color (decimal): -2297369 or 15200732. OLE color: 15200732.
HSL color Cylindrical-coordinate representation of color #DCF1E7: hue angle of 151.43º 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 #DCF1E7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 231 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.05 |
| HSL | 151.43º | 0.43% | 0.9% | - |
| HSV(B) | 151.43º | 0.09% | 0.95% | - |
| XYZ | 75.39 | 83.9 | 87.82 | - |
| YUV | 233.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 231 | 0.09 | 0 | 0.04 | 0.05 | 151.43 | 0.43 | 0.9 |
| Hex | DC | F1 | E7 | 9 | 0 | 4 | 5 | 97 | 2B | 5A |
| Octal | 334 | 361 | 347 | 11 | 0 | 4 | 5 | 227 | 53 | 132 |
| Binary | 11011100 | 11110001 | 11100111 | 1001 | 0 | 100 | 101 | 10010111 | 101011 | 1011010 |
Color Harmonies of #DCF1E7
Complementary color
Monochromatic Colors of #DCF1E7
Black with #DCF1E7
Text Example
Text Example
White with #DCF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1E7; }
p { color: rgb(220,241,231); }
H1.HeaderClassName
{
color: #DCF1E7;
}
.AnyTagClassName
{
color: #DCF1E7;
}
</style>
background-color css
<style>
a { background-color: #DCF1E7; }
a { background-color: rgb(220,241,231); }
div.DivClassName
{
background-color: #DCF1E7;
}
.BgClassName
{
background-color: #DCF1E7;
}
</style>
border-color css
<style>
span { border-color: #DCF1E7; }
span { border-color: rgb(220,241,231); }
td.TdClassName
{
border-color: #DCF1E7;
}
.TagClassName
{
border-color: #DCF1E7;
}
</style>