Shades of Deco #CFD396
Tints of Deco #CFD396
RGB
CMYK
RGB Variations
Color information
#CFD396 (or 0xCFD396) is known color: Deco. HEX triplet: CF, D3 and 96. RGB value is (207,211,150). Sum of RGB (Red+Green+Blue) = 207+211+150=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD396 is #302C69. Grayscale: #CBCBCB. Windows color (decimal): -3157098 or 9884623. OLE color: 9884623.
HSL color Cylindrical-coordinate representation of color #CFD396: hue angle of 63.93º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFD396 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 150 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.17 |
| HSL | 63.93º | 0.41% | 0.71% | - |
| HSV(B) | 63.93º | 0.29% | 0.83% | - |
| XYZ | 54.53 | 62.06 | 37.96 | - |
| YUV | 202.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 150 | 0.02 | 0 | 0.29 | 0.17 | 63.93 | 0.41 | 0.71 |
| Hex | CF | D3 | 96 | 2 | 0 | 1D | 11 | 40 | 29 | 47 |
| Octal | 317 | 323 | 226 | 2 | 0 | 35 | 21 | 100 | 51 | 107 |
| Binary | 11001111 | 11010011 | 10010110 | 10 | 0 | 11101 | 10001 | 1000000 | 101001 | 1000111 |
Color Harmonies of #CFD396
Complementary color
Monochromatic Colors of #CFD396
Black with #CFD396
Text Example
Text Example
White with #CFD396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD396; }
p { color: rgb(207,211,150); }
H1.HeaderClassName
{
color: #CFD396;
}
.AnyTagClassName
{
color: #CFD396;
}
</style>
background-color css
<style>
a { background-color: #CFD396; }
a { background-color: rgb(207,211,150); }
div.DivClassName
{
background-color: #CFD396;
}
.BgClassName
{
background-color: #CFD396;
}
</style>
border-color css
<style>
span { border-color: #CFD396; }
span { border-color: rgb(207,211,150); }
td.TdClassName
{
border-color: #CFD396;
}
.TagClassName
{
border-color: #CFD396;
}
</style>