Shades of Deco #CFDD90
Tints of Deco #CFDD90
RGB
CMYK
RGB Variations
Color information
#CFDD90 (or 0xCFDD90) is known color: Deco. HEX triplet: CF, DD and 90. RGB value is (207,221,144). Sum of RGB (Red+Green+Blue) = 207+221+144=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD90 is #30226F. Grayscale: #D0D0D0. Windows color (decimal): -3154544 or 9493967. OLE color: 9493967.
HSL color Cylindrical-coordinate representation of color #CFDD90: hue angle of 70.91º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFDD90 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 144 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.13 |
| HSL | 70.91º | 0.53% | 0.72% | - |
| HSV(B) | 70.91º | 0.35% | 0.87% | - |
| XYZ | 56.62 | 66.99 | 36.33 | - |
| YUV | 208.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 144 | 0.06 | 0 | 0.35 | 0.13 | 70.91 | 0.53 | 0.72 |
| Hex | CF | DD | 90 | 6 | 0 | 23 | D | 47 | 35 | 48 |
| Octal | 317 | 335 | 220 | 6 | 0 | 43 | 15 | 107 | 65 | 110 |
| Binary | 11001111 | 11011101 | 10010000 | 110 | 0 | 100011 | 1101 | 1000111 | 110101 | 1001000 |
Color Harmonies of #CFDD90
Complementary color
Monochromatic Colors of #CFDD90
Black with #CFDD90
Text Example
Text Example
White with #CFDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD90; }
p { color: rgb(207,221,144); }
H1.HeaderClassName
{
color: #CFDD90;
}
.AnyTagClassName
{
color: #CFDD90;
}
</style>
background-color css
<style>
a { background-color: #CFDD90; }
a { background-color: rgb(207,221,144); }
div.DivClassName
{
background-color: #CFDD90;
}
.BgClassName
{
background-color: #CFDD90;
}
</style>
border-color css
<style>
span { border-color: #CFDD90; }
span { border-color: rgb(207,221,144); }
td.TdClassName
{
border-color: #CFDD90;
}
.TagClassName
{
border-color: #CFDD90;
}
</style>