Shades of White Ice #DCF6E8
Tints of White Ice #DCF6E8
RGB
CMYK
RGB Variations
Color information
#DCF6E8 (or 0xDCF6E8) is known color: White Ice. HEX triplet: DC, F6 and E8. RGB value is (220,246,232). Sum of RGB (Red+Green+Blue) = 220+246+232=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF6E8 is #230917. Grayscale: #ECECEC. Windows color (decimal): -2296088 or 15267548. OLE color: 15267548.
HSL color Cylindrical-coordinate representation of color #DCF6E8: hue angle of 147.69º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6E8 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 232 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.04 |
| HSL | 147.69º | 0.59% | 0.91% | - |
| HSV(B) | 147.69º | 0.11% | 0.96% | - |
| XYZ | 77.04 | 86.95 | 89.07 | - |
| YUV | 236.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 232 | 0.11 | 0 | 0.06 | 0.04 | 147.69 | 0.59 | 0.91 |
| Hex | DC | F6 | E8 | B | 0 | 6 | 4 | 94 | 3B | 5B |
| Octal | 334 | 366 | 350 | 13 | 0 | 6 | 4 | 224 | 73 | 133 |
| Binary | 11011100 | 11110110 | 11101000 | 1011 | 0 | 110 | 100 | 10010100 | 111011 | 1011011 |
Color Harmonies of #DCF6E8
Complementary color
Monochromatic Colors of #DCF6E8
Black with #DCF6E8
Text Example
Text Example
White with #DCF6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF6E8; }
p { color: rgb(220,246,232); }
H1.HeaderClassName
{
color: #DCF6E8;
}
.AnyTagClassName
{
color: #DCF6E8;
}
</style>
background-color css
<style>
a { background-color: #DCF6E8; }
a { background-color: rgb(220,246,232); }
div.DivClassName
{
background-color: #DCF6E8;
}
.BgClassName
{
background-color: #DCF6E8;
}
</style>
border-color css
<style>
span { border-color: #DCF6E8; }
span { border-color: rgb(220,246,232); }
td.TdClassName
{
border-color: #DCF6E8;
}
.TagClassName
{
border-color: #DCF6E8;
}
</style>