Shades of Frostee #DCE6D0
Tints of Frostee #DCE6D0
RGB
CMYK
RGB Variations
Color information
#DCE6D0 (or 0xDCE6D0) is known color: Frostee. HEX triplet: DC, E6 and D0. RGB value is (220,230,208). Sum of RGB (Red+Green+Blue) = 220+230+208=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 208 (81.64% from 255 or 31.61% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6D0 is #23192F. Grayscale: #E0E0E0. Windows color (decimal): -2300208 or 13690588. OLE color: 13690588.
HSL color Cylindrical-coordinate representation of color #DCE6D0: hue angle of 87.27º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE6D0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 230 | 208 | - |
CMYK | 0.04 | 0 | 0.10 | 0.10 |
HSL | 87.27º | 0.31% | 0.86% | - |
HSV(B) | 87.27º | 0.1% | 0.9% | - |
XYZ | 69.2 | 76.36 | 70.77 | - |
YUV | 224.5 | 118.69 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 230 | 208 | 0.04 | 0 | 0.10 | 0.10 | 87.27 | 0.31 | 0.86 |
Hex | DC | E6 | D0 | 4 | 0 | A | A | 57 | 1F | 56 |
Octal | 334 | 346 | 320 | 4 | 0 | 12 | 12 | 127 | 37 | 126 |
Binary | 11011100 | 11100110 | 11010000 | 100 | 0 | 1010 | 1010 | 1010111 | 11111 | 1010110 |
Color Harmonies of #DCE6D0
Complementary color
Monochromatic Colors of #DCE6D0
Black with #DCE6D0
Text Example
Text Example
White with #DCE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6D0; }
p { color: rgb(220,230,208); }
H1.HeaderClassName
{
color: #DCE6D0;
}
.AnyTagClassName
{
color: #DCE6D0;
}
</style>
background-color css
<style>
a { background-color: #DCE6D0; }
a { background-color: rgb(220,230,208); }
div.DivClassName
{
background-color: #DCE6D0;
}
.BgClassName
{
background-color: #DCE6D0;
}
</style>
border-color css
<style>
span { border-color: #DCE6D0; }
span { border-color: rgb(220,230,208); }
td.TdClassName
{
border-color: #DCE6D0;
}
.TagClassName
{
border-color: #DCE6D0;
}
</style>