Shades of Green Mist #CED09D
Tints of Green Mist #CED09D
RGB
CMYK
RGB Variations
Color information
#CED09D (or 0xCED09D) is known color: Green Mist. HEX triplet: CE, D0 and 9D. RGB value is (206,208,157). Sum of RGB (Red+Green+Blue) = 206+208+157=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #CED09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED09D is #312F62. Grayscale: #C9C9C9. Windows color (decimal): -3223395 or 10342606. OLE color: 10342606.
HSL color Cylindrical-coordinate representation of color #CED09D: hue angle of 62.35º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CED09D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 208 | 157 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.18 |
| HSL | 62.35º | 0.35% | 0.72% | - |
| HSV(B) | 62.35º | 0.25% | 0.82% | - |
| XYZ | 54.1 | 60.67 | 40.76 | - |
| YUV | 201.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 157 | 0.01 | 0 | 0.25 | 0.18 | 62.35 | 0.35 | 0.72 |
| Hex | CE | D0 | 9D | 1 | 0 | 19 | 12 | 3E | 23 | 48 |
| Octal | 316 | 320 | 235 | 1 | 0 | 31 | 22 | 76 | 43 | 110 |
| Binary | 11001110 | 11010000 | 10011101 | 1 | 0 | 11001 | 10010 | 111110 | 100011 | 1001000 |
Color Harmonies of #CED09D
Complementary color
Monochromatic Colors of #CED09D
Black with #CED09D
Text Example
Text Example
White with #CED09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED09D; }
p { color: rgb(206,208,157); }
H1.HeaderClassName
{
color: #CED09D;
}
.AnyTagClassName
{
color: #CED09D;
}
</style>
background-color css
<style>
a { background-color: #CED09D; }
a { background-color: rgb(206,208,157); }
div.DivClassName
{
background-color: #CED09D;
}
.BgClassName
{
background-color: #CED09D;
}
</style>
border-color css
<style>
span { border-color: #CED09D; }
span { border-color: rgb(206,208,157); }
td.TdClassName
{
border-color: #CED09D;
}
.TagClassName
{
border-color: #CED09D;
}
</style>