Shades of Pear #CEDD16
Tints of Pear #CEDD16
RGB
CMYK
RGB Variations
Color information
#CEDD16 (or 0xCEDD16) is known color: Pear. HEX triplet: CE, DD and 16. RGB value is (206,221,22). Sum of RGB (Red+Green+Blue) = 206+221+22=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD16 is #3122E9. Grayscale: #C2C2C2. Windows color (decimal): -3220202 or 1498574. OLE color: 1498574.
HSL color Cylindrical-coordinate representation of color #CEDD16: hue angle of 64.52º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEDD16 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 22 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.13 |
| HSL | 64.52º | 0.82% | 0.48% | - |
| HSV(B) | 64.52º | 0.9% | 0.87% | - |
| XYZ | 51.45 | 64.89 | 10.57 | - |
| YUV | 193.83 | 31.03 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 22 | 0.07 | 0 | 0.90 | 0.13 | 64.52 | 0.82 | 0.48 |
| Hex | CE | DD | 16 | 7 | 0 | 5A | D | 41 | 52 | 30 |
| Octal | 316 | 335 | 26 | 7 | 0 | 132 | 15 | 101 | 122 | 60 |
| Binary | 11001110 | 11011101 | 10110 | 111 | 0 | 1011010 | 1101 | 1000001 | 1010010 | 110000 |
Color Harmonies of #CEDD16
Complementary color
Monochromatic Colors of #CEDD16
Black with #CEDD16
Text Example
Text Example
White with #CEDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD16; }
p { color: rgb(206,221,22); }
H1.HeaderClassName
{
color: #CEDD16;
}
.AnyTagClassName
{
color: #CEDD16;
}
</style>
background-color css
<style>
a { background-color: #CEDD16; }
a { background-color: rgb(206,221,22); }
div.DivClassName
{
background-color: #CEDD16;
}
.BgClassName
{
background-color: #CEDD16;
}
</style>
border-color css
<style>
span { border-color: #CEDD16; }
span { border-color: rgb(206,221,22); }
td.TdClassName
{
border-color: #CEDD16;
}
.TagClassName
{
border-color: #CEDD16;
}
</style>