Shades of White Ice #DCF3E6
Tints of White Ice #DCF3E6
RGB
CMYK
RGB Variations
Color information
#DCF3E6 (or 0xDCF3E6) is known color: White Ice. HEX triplet: DC, F3 and E6. RGB value is (220,243,230). Sum of RGB (Red+Green+Blue) = 220+243+230=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3E6 is #230C19. Grayscale: #EAEAEA. Windows color (decimal): -2296858 or 15135708. OLE color: 15135708.
HSL color Cylindrical-coordinate representation of color #DCF3E6: hue angle of 146.09º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF3E6 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 230 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.05 |
| HSL | 146.09º | 0.49% | 0.91% | - |
| HSV(B) | 146.09º | 0.09% | 0.95% | - |
| XYZ | 75.85 | 85.03 | 87.28 | - |
| YUV | 234.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 230 | 0.09 | 0 | 0.05 | 0.05 | 146.09 | 0.49 | 0.91 |
| Hex | DC | F3 | E6 | 9 | 0 | 5 | 5 | 92 | 31 | 5B |
| Octal | 334 | 363 | 346 | 11 | 0 | 5 | 5 | 222 | 61 | 133 |
| Binary | 11011100 | 11110011 | 11100110 | 1001 | 0 | 101 | 101 | 10010010 | 110001 | 1011011 |
Color Harmonies of #DCF3E6
Complementary color
Monochromatic Colors of #DCF3E6
Black with #DCF3E6
Text Example
Text Example
White with #DCF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3E6; }
p { color: rgb(220,243,230); }
H1.HeaderClassName
{
color: #DCF3E6;
}
.AnyTagClassName
{
color: #DCF3E6;
}
</style>
background-color css
<style>
a { background-color: #DCF3E6; }
a { background-color: rgb(220,243,230); }
div.DivClassName
{
background-color: #DCF3E6;
}
.BgClassName
{
background-color: #DCF3E6;
}
</style>
border-color css
<style>
span { border-color: #DCF3E6; }
span { border-color: rgb(220,243,230); }
td.TdClassName
{
border-color: #DCF3E6;
}
.TagClassName
{
border-color: #DCF3E6;
}
</style>