Shades of Deco #CFDD7D
Tints of Deco #CFDD7D
RGB
CMYK
RGB Variations
Color information
#CFDD7D (or 0xCFDD7D) is known color: Deco. HEX triplet: CF, DD and 7D. RGB value is (207,221,125). Sum of RGB (Red+Green+Blue) = 207+221+125=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD7D is #302282. Grayscale: #CECECE. Windows color (decimal): -3154563 or 8248783. OLE color: 8248783.
HSL color Cylindrical-coordinate representation of color #CFDD7D: hue angle of 68.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFDD7D is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 125 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.13 |
| HSL | 68.75º | 0.59% | 0.68% | - |
| HSV(B) | 68.75º | 0.43% | 0.87% | - |
| XYZ | 55.29 | 66.46 | 29.32 | - |
| YUV | 205.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 125 | 0.06 | 0 | 0.43 | 0.13 | 68.75 | 0.59 | 0.68 |
| Hex | CF | DD | 7D | 6 | 0 | 2B | D | 45 | 3B | 44 |
| Octal | 317 | 335 | 175 | 6 | 0 | 53 | 15 | 105 | 73 | 104 |
| Binary | 11001111 | 11011101 | 1111101 | 110 | 0 | 101011 | 1101 | 1000101 | 111011 | 1000100 |
Color Harmonies of #CFDD7D
Complementary color
Monochromatic Colors of #CFDD7D
Black with #CFDD7D
Text Example
Text Example
White with #CFDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD7D; }
p { color: rgb(207,221,125); }
H1.HeaderClassName
{
color: #CFDD7D;
}
.AnyTagClassName
{
color: #CFDD7D;
}
</style>
background-color css
<style>
a { background-color: #CFDD7D; }
a { background-color: rgb(207,221,125); }
div.DivClassName
{
background-color: #CFDD7D;
}
.BgClassName
{
background-color: #CFDD7D;
}
</style>
border-color css
<style>
span { border-color: #CFDD7D; }
span { border-color: rgb(207,221,125); }
td.TdClassName
{
border-color: #CFDD7D;
}
.TagClassName
{
border-color: #CFDD7D;
}
</style>