Shades of Frost #DCEAB7
Tints of Frost #DCEAB7
RGB
CMYK
RGB Variations
Color information
#DCEAB7 (or 0xDCEAB7) is known color: Frost. HEX triplet: DC, EA and B7. RGB value is (220,234,183). Sum of RGB (Red+Green+Blue) = 220+234+183=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAB7 is #231548. Grayscale: #E0E0E0. Windows color (decimal): -2299209 or 12053212. OLE color: 12053212.
HSL color Cylindrical-coordinate representation of color #DCEAB7: hue angle of 76.47º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCEAB7 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 183 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.08 |
| HSL | 76.47º | 0.55% | 0.82% | - |
| HSV(B) | 76.47º | 0.22% | 0.92% | - |
| XYZ | 67.49 | 77.48 | 56.2 | - |
| YUV | 224 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 183 | 0.06 | 0 | 0.22 | 0.08 | 76.47 | 0.55 | 0.82 |
| Hex | DC | EA | B7 | 6 | 0 | 16 | 8 | 4C | 37 | 52 |
| Octal | 334 | 352 | 267 | 6 | 0 | 26 | 10 | 114 | 67 | 122 |
| Binary | 11011100 | 11101010 | 10110111 | 110 | 0 | 10110 | 1000 | 1001100 | 110111 | 1010010 |
Color Harmonies of #DCEAB7
Complementary color
Monochromatic Colors of #DCEAB7
Black with #DCEAB7
Text Example
Text Example
White with #DCEAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAB7; }
p { color: rgb(220,234,183); }
H1.HeaderClassName
{
color: #DCEAB7;
}
.AnyTagClassName
{
color: #DCEAB7;
}
</style>
background-color css
<style>
a { background-color: #DCEAB7; }
a { background-color: rgb(220,234,183); }
div.DivClassName
{
background-color: #DCEAB7;
}
.BgClassName
{
background-color: #DCEAB7;
}
</style>
border-color css
<style>
span { border-color: #DCEAB7; }
span { border-color: rgb(220,234,183); }
td.TdClassName
{
border-color: #DCEAB7;
}
.TagClassName
{
border-color: #DCEAB7;
}
</style>