Shades of Frost #DCE6BB
Tints of Frost #DCE6BB
RGB
CMYK
RGB Variations
Color information
#DCE6BB (or 0xDCE6BB) is known color: Frost. HEX triplet: DC, E6 and BB. RGB value is (220,230,187). Sum of RGB (Red+Green+Blue) = 220+230+187=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6BB is #231944. Grayscale: #DEDEDE. Windows color (decimal): -2300229 or 12314332. OLE color: 12314332.
HSL color Cylindrical-coordinate representation of color #DCE6BB: hue angle of 73.95º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCE6BB is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 187 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.10 |
| HSL | 73.95º | 0.46% | 0.82% | - |
| HSV(B) | 73.95º | 0.19% | 0.9% | - |
| XYZ | 66.78 | 75.4 | 58.05 | - |
| YUV | 222.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 187 | 0.04 | 0 | 0.19 | 0.10 | 73.95 | 0.46 | 0.82 |
| Hex | DC | E6 | BB | 4 | 0 | 13 | A | 4A | 2E | 52 |
| Octal | 334 | 346 | 273 | 4 | 0 | 23 | 12 | 112 | 56 | 122 |
| Binary | 11011100 | 11100110 | 10111011 | 100 | 0 | 10011 | 1010 | 1001010 | 101110 | 1010010 |
Color Harmonies of #DCE6BB
Complementary color
Monochromatic Colors of #DCE6BB
Black with #DCE6BB
Text Example
Text Example
White with #DCE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6BB; }
p { color: rgb(220,230,187); }
H1.HeaderClassName
{
color: #DCE6BB;
}
.AnyTagClassName
{
color: #DCE6BB;
}
</style>
background-color css
<style>
a { background-color: #DCE6BB; }
a { background-color: rgb(220,230,187); }
div.DivClassName
{
background-color: #DCE6BB;
}
.BgClassName
{
background-color: #DCE6BB;
}
</style>
border-color css
<style>
span { border-color: #DCE6BB; }
span { border-color: rgb(220,230,187); }
td.TdClassName
{
border-color: #DCE6BB;
}
.TagClassName
{
border-color: #DCE6BB;
}
</style>