Shades of Deco #CFDC8E
Tints of Deco #CFDC8E
RGB
CMYK
RGB Variations
Color information
#CFDC8E (or 0xCFDC8E) is known color: Deco. HEX triplet: CF, DC and 8E. RGB value is (207,220,142). Sum of RGB (Red+Green+Blue) = 207+220+142=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC8E is #302371. Grayscale: #CFCFCF. Windows color (decimal): -3154802 or 9362639. OLE color: 9362639.
HSL color Cylindrical-coordinate representation of color #CFDC8E: hue angle of 70º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFDC8E is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 142 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.14 |
| HSL | 70º | 0.53% | 0.71% | - |
| HSV(B) | 70º | 0.35% | 0.86% | - |
| XYZ | 56.21 | 66.4 | 35.45 | - |
| YUV | 207.22 | 91.19 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 142 | 0.06 | 0 | 0.35 | 0.14 | 70 | 0.53 | 0.71 |
| Hex | CF | DC | 8E | 6 | 0 | 23 | E | 46 | 35 | 47 |
| Octal | 317 | 334 | 216 | 6 | 0 | 43 | 16 | 106 | 65 | 107 |
| Binary | 11001111 | 11011100 | 10001110 | 110 | 0 | 100011 | 1110 | 1000110 | 110101 | 1000111 |
Color Harmonies of #CFDC8E
Complementary color
Monochromatic Colors of #CFDC8E
Black with #CFDC8E
Text Example
Text Example
White with #CFDC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC8E; }
p { color: rgb(207,220,142); }
H1.HeaderClassName
{
color: #CFDC8E;
}
.AnyTagClassName
{
color: #CFDC8E;
}
</style>
background-color css
<style>
a { background-color: #CFDC8E; }
a { background-color: rgb(207,220,142); }
div.DivClassName
{
background-color: #CFDC8E;
}
.BgClassName
{
background-color: #CFDC8E;
}
</style>
border-color css
<style>
span { border-color: #CFDC8E; }
span { border-color: rgb(207,220,142); }
td.TdClassName
{
border-color: #CFDC8E;
}
.TagClassName
{
border-color: #CFDC8E;
}
</style>