Shades of Deco #CFDC7E
Tints of Deco #CFDC7E
RGB
CMYK
RGB Variations
Color information
#CFDC7E (or 0xCFDC7E) is known color: Deco. HEX triplet: CF, DC and 7E. RGB value is (207,220,126). Sum of RGB (Red+Green+Blue) = 207+220+126=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC7E is #302381. Grayscale: #CDCDCD. Windows color (decimal): -3154818 or 8314063. OLE color: 8314063.
HSL color Cylindrical-coordinate representation of color #CFDC7E: hue angle of 68.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFDC7E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 126 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.14 |
| HSL | 68.3º | 0.57% | 0.68% | - |
| HSV(B) | 68.3º | 0.43% | 0.86% | - |
| XYZ | 55.09 | 65.96 | 29.57 | - |
| YUV | 205.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 126 | 0.06 | 0 | 0.43 | 0.14 | 68.3 | 0.57 | 0.68 |
| Hex | CF | DC | 7E | 6 | 0 | 2B | E | 44 | 39 | 44 |
| Octal | 317 | 334 | 176 | 6 | 0 | 53 | 16 | 104 | 71 | 104 |
| Binary | 11001111 | 11011100 | 1111110 | 110 | 0 | 101011 | 1110 | 1000100 | 111001 | 1000100 |
Color Harmonies of #CFDC7E
Complementary color
Monochromatic Colors of #CFDC7E
Black with #CFDC7E
Text Example
Text Example
White with #CFDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC7E; }
p { color: rgb(207,220,126); }
H1.HeaderClassName
{
color: #CFDC7E;
}
.AnyTagClassName
{
color: #CFDC7E;
}
</style>
background-color css
<style>
a { background-color: #CFDC7E; }
a { background-color: rgb(207,220,126); }
div.DivClassName
{
background-color: #CFDC7E;
}
.BgClassName
{
background-color: #CFDC7E;
}
</style>
border-color css
<style>
span { border-color: #CFDC7E; }
span { border-color: rgb(207,220,126); }
td.TdClassName
{
border-color: #CFDC7E;
}
.TagClassName
{
border-color: #CFDC7E;
}
</style>