Shades of Deco #CFDB93
Tints of Deco #CFDB93
RGB
CMYK
RGB Variations
Color information
#CFDB93 (or 0xCFDB93) is known color: Deco. HEX triplet: CF, DB and 93. RGB value is (207,219,147). Sum of RGB (Red+Green+Blue) = 207+219+147=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB93 is #30246C. Grayscale: #CFCFCF. Windows color (decimal): -3155053 or 9690063. OLE color: 9690063.
HSL color Cylindrical-coordinate representation of color #CFDB93: hue angle of 70º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFDB93 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 147 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.14 |
| HSL | 70º | 0.5% | 0.72% | - |
| HSV(B) | 70º | 0.33% | 0.86% | - |
| XYZ | 56.33 | 66.04 | 37.38 | - |
| YUV | 207.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 147 | 0.05 | 0 | 0.33 | 0.14 | 70 | 0.5 | 0.72 |
| Hex | CF | DB | 93 | 5 | 0 | 21 | E | 46 | 32 | 48 |
| Octal | 317 | 333 | 223 | 5 | 0 | 41 | 16 | 106 | 62 | 110 |
| Binary | 11001111 | 11011011 | 10010011 | 101 | 0 | 100001 | 1110 | 1000110 | 110010 | 1001000 |
Color Harmonies of #CFDB93
Complementary color
Monochromatic Colors of #CFDB93
Black with #CFDB93
Text Example
Text Example
White with #CFDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB93; }
p { color: rgb(207,219,147); }
H1.HeaderClassName
{
color: #CFDB93;
}
.AnyTagClassName
{
color: #CFDB93;
}
</style>
background-color css
<style>
a { background-color: #CFDB93; }
a { background-color: rgb(207,219,147); }
div.DivClassName
{
background-color: #CFDB93;
}
.BgClassName
{
background-color: #CFDB93;
}
</style>
border-color css
<style>
span { border-color: #CFDB93; }
span { border-color: rgb(207,219,147); }
td.TdClassName
{
border-color: #CFDB93;
}
.TagClassName
{
border-color: #CFDB93;
}
</style>