Shades of Deco #CFDD8F
Tints of Deco #CFDD8F
RGB
CMYK
RGB Variations
Color information
#CFDD8F (or 0xCFDD8F) is known color: Deco. HEX triplet: CF, DD and 8F. RGB value is (207,221,143). Sum of RGB (Red+Green+Blue) = 207+221+143=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD8F is #302270. Grayscale: #D0D0D0. Windows color (decimal): -3154545 or 9428431. OLE color: 9428431.
HSL color Cylindrical-coordinate representation of color #CFDD8F: hue angle of 70.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFDD8F is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 143 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.13 |
| HSL | 70.77º | 0.53% | 0.71% | - |
| HSV(B) | 70.77º | 0.35% | 0.87% | - |
| XYZ | 56.55 | 66.96 | 35.93 | - |
| YUV | 207.92 | 91.36 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 143 | 0.06 | 0 | 0.35 | 0.13 | 70.77 | 0.53 | 0.71 |
| Hex | CF | DD | 8F | 6 | 0 | 23 | D | 47 | 35 | 47 |
| Octal | 317 | 335 | 217 | 6 | 0 | 43 | 15 | 107 | 65 | 107 |
| Binary | 11001111 | 11011101 | 10001111 | 110 | 0 | 100011 | 1101 | 1000111 | 110101 | 1000111 |
Color Harmonies of #CFDD8F
Complementary color
Monochromatic Colors of #CFDD8F
Black with #CFDD8F
Text Example
Text Example
White with #CFDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD8F; }
p { color: rgb(207,221,143); }
H1.HeaderClassName
{
color: #CFDD8F;
}
.AnyTagClassName
{
color: #CFDD8F;
}
</style>
background-color css
<style>
a { background-color: #CFDD8F; }
a { background-color: rgb(207,221,143); }
div.DivClassName
{
background-color: #CFDD8F;
}
.BgClassName
{
background-color: #CFDD8F;
}
</style>
border-color css
<style>
span { border-color: #CFDD8F; }
span { border-color: rgb(207,221,143); }
td.TdClassName
{
border-color: #CFDD8F;
}
.TagClassName
{
border-color: #CFDD8F;
}
</style>