Shades of Deco #CFDE7B
Tints of Deco #CFDE7B
RGB
CMYK
RGB Variations
Color information
#CFDE7B (or 0xCFDE7B) is known color: Deco. HEX triplet: CF, DE and 7B. RGB value is (207,222,123). Sum of RGB (Red+Green+Blue) = 207+222+123=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 123 (48.44% from 255 or 22.28% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE7B is #302184. Grayscale: #CECECE. Windows color (decimal): -3154309 or 8117967. OLE color: 8117967.
HSL color Cylindrical-coordinate representation of color #CFDE7B: hue angle of 69.09º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFDE7B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 123 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.13 |
| HSL | 69.09º | 0.6% | 0.68% | - |
| HSV(B) | 69.09º | 0.45% | 0.87% | - |
| XYZ | 55.43 | 66.94 | 28.74 | - |
| YUV | 206.23 | 81.03 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 123 | 0.07 | 0 | 0.45 | 0.13 | 69.09 | 0.6 | 0.68 |
| Hex | CF | DE | 7B | 7 | 0 | 2D | D | 45 | 3C | 44 |
| Octal | 317 | 336 | 173 | 7 | 0 | 55 | 15 | 105 | 74 | 104 |
| Binary | 11001111 | 11011110 | 1111011 | 111 | 0 | 101101 | 1101 | 1000101 | 111100 | 1000100 |
Color Harmonies of #CFDE7B
Complementary color
Monochromatic Colors of #CFDE7B
Black with #CFDE7B
Text Example
Text Example
White with #CFDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE7B; }
p { color: rgb(207,222,123); }
H1.HeaderClassName
{
color: #CFDE7B;
}
.AnyTagClassName
{
color: #CFDE7B;
}
</style>
background-color css
<style>
a { background-color: #CFDE7B; }
a { background-color: rgb(207,222,123); }
div.DivClassName
{
background-color: #CFDE7B;
}
.BgClassName
{
background-color: #CFDE7B;
}
</style>
border-color css
<style>
span { border-color: #CFDE7B; }
span { border-color: rgb(207,222,123); }
td.TdClassName
{
border-color: #CFDE7B;
}
.TagClassName
{
border-color: #CFDE7B;
}
</style>