Shades of Green Mist #CDCE9A
Tints of Green Mist #CDCE9A
RGB
CMYK
RGB Variations
Color information
#CDCE9A (or 0xCDCE9A) is known color: Green Mist. HEX triplet: CD, CE and 9A. RGB value is (205,206,154). Sum of RGB (Red+Green+Blue) = 205+206+154=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCE9A is #323165. Grayscale: #C7C7C7. Windows color (decimal): -3289446 or 10145485. OLE color: 10145485.
HSL color Cylindrical-coordinate representation of color #CDCE9A: hue angle of 61.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDCE9A is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 154 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.19 |
| HSL | 61.15º | 0.35% | 0.71% | - |
| HSV(B) | 61.15º | 0.25% | 0.81% | - |
| XYZ | 53.08 | 59.45 | 39.25 | - |
| YUV | 199.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 154 | 0.00 | 0 | 0.25 | 0.19 | 61.15 | 0.35 | 0.71 |
| Hex | CD | CE | 9A | 0 | 0 | 19 | 13 | 3D | 23 | 47 |
| Octal | 315 | 316 | 232 | 0 | 0 | 31 | 23 | 75 | 43 | 107 |
| Binary | 11001101 | 11001110 | 10011010 | 0 | 0 | 11001 | 10011 | 111101 | 100011 | 1000111 |
Color Harmonies of #CDCE9A
Complementary color
Monochromatic Colors of #CDCE9A
Black with #CDCE9A
Text Example
Text Example
White with #CDCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE9A; }
p { color: rgb(205,206,154); }
H1.HeaderClassName
{
color: #CDCE9A;
}
.AnyTagClassName
{
color: #CDCE9A;
}
</style>
background-color css
<style>
a { background-color: #CDCE9A; }
a { background-color: rgb(205,206,154); }
div.DivClassName
{
background-color: #CDCE9A;
}
.BgClassName
{
background-color: #CDCE9A;
}
</style>
border-color css
<style>
span { border-color: #CDCE9A; }
span { border-color: rgb(205,206,154); }
td.TdClassName
{
border-color: #CDCE9A;
}
.TagClassName
{
border-color: #CDCE9A;
}
</style>