Shades of Deco #CFDB80
Tints of Deco #CFDB80
RGB
CMYK
RGB Variations
Color information
#CFDB80 (or 0xCFDB80) is known color: Deco. HEX triplet: CF, DB and 80. RGB value is (207,219,128). Sum of RGB (Red+Green+Blue) = 207+219+128=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB80 is #30247F. Grayscale: #CDCDCD. Windows color (decimal): -3155072 or 8444879. OLE color: 8444879.
HSL color Cylindrical-coordinate representation of color #CFDB80: hue angle of 67.91º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFDB80 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 128 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.14 |
| HSL | 67.91º | 0.56% | 0.68% | - |
| HSV(B) | 67.91º | 0.42% | 0.86% | - |
| XYZ | 54.96 | 65.49 | 30.17 | - |
| YUV | 205.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 128 | 0.05 | 0 | 0.42 | 0.14 | 67.91 | 0.56 | 0.68 |
| Hex | CF | DB | 80 | 5 | 0 | 2A | E | 44 | 38 | 44 |
| Octal | 317 | 333 | 200 | 5 | 0 | 52 | 16 | 104 | 70 | 104 |
| Binary | 11001111 | 11011011 | 10000000 | 101 | 0 | 101010 | 1110 | 1000100 | 111000 | 1000100 |
Color Harmonies of #CFDB80
Complementary color
Monochromatic Colors of #CFDB80
Black with #CFDB80
Text Example
Text Example
White with #CFDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB80; }
p { color: rgb(207,219,128); }
H1.HeaderClassName
{
color: #CFDB80;
}
.AnyTagClassName
{
color: #CFDB80;
}
</style>
background-color css
<style>
a { background-color: #CFDB80; }
a { background-color: rgb(207,219,128); }
div.DivClassName
{
background-color: #CFDB80;
}
.BgClassName
{
background-color: #CFDB80;
}
</style>
border-color css
<style>
span { border-color: #CFDB80; }
span { border-color: rgb(207,219,128); }
td.TdClassName
{
border-color: #CFDB80;
}
.TagClassName
{
border-color: #CFDB80;
}
</style>