Shades of Frostee #DCEDCF
Tints of Frostee #DCEDCF
RGB
CMYK
RGB Variations
Color information
#DCEDCF (or 0xDCEDCF) is known color: Frostee. HEX triplet: DC, ED and CF. RGB value is (220,237,207). Sum of RGB (Red+Green+Blue) = 220+237+207=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCF is #231230. Grayscale: #E4E4E4. Windows color (decimal): -2298417 or 13626844. OLE color: 13626844.
HSL color Cylindrical-coordinate representation of color #DCEDCF: hue angle of 94º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEDCF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 207 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.07 |
| HSL | 94º | 0.45% | 0.87% | - |
| HSV(B) | 94º | 0.13% | 0.93% | - |
| XYZ | 71.06 | 80.29 | 70.78 | - |
| YUV | 228.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 207 | 0.07 | 0 | 0.13 | 0.07 | 94 | 0.45 | 0.87 |
| Hex | DC | ED | CF | 7 | 0 | D | 7 | 5E | 2D | 57 |
| Octal | 334 | 355 | 317 | 7 | 0 | 15 | 7 | 136 | 55 | 127 |
| Binary | 11011100 | 11101101 | 11001111 | 111 | 0 | 1101 | 111 | 1011110 | 101101 | 1010111 |
Color Harmonies of #DCEDCF
Complementary color
Monochromatic Colors of #DCEDCF
Black with #DCEDCF
Text Example
Text Example
White with #DCEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDCF; }
p { color: rgb(220,237,207); }
H1.HeaderClassName
{
color: #DCEDCF;
}
.AnyTagClassName
{
color: #DCEDCF;
}
</style>
background-color css
<style>
a { background-color: #DCEDCF; }
a { background-color: rgb(220,237,207); }
div.DivClassName
{
background-color: #DCEDCF;
}
.BgClassName
{
background-color: #DCEDCF;
}
</style>
border-color css
<style>
span { border-color: #DCEDCF; }
span { border-color: rgb(220,237,207); }
td.TdClassName
{
border-color: #DCEDCF;
}
.TagClassName
{
border-color: #DCEDCF;
}
</style>