Shades of Pear #CEDD2D
Tints of Pear #CEDD2D
RGB
CMYK
RGB Variations
Color information
#CEDD2D (or 0xCEDD2D) is known color: Pear. HEX triplet: CE, DD and 2D. RGB value is (206,221,45). Sum of RGB (Red+Green+Blue) = 206+221+45=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD2D is #3122D2. Grayscale: #C5C5C5. Windows color (decimal): -3220179 or 3005902. OLE color: 3005902.
HSL color Cylindrical-coordinate representation of color #CEDD2D: hue angle of 65.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEDD2D is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 45 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.13 |
| HSL | 65.11º | 0.72% | 0.52% | - |
| HSV(B) | 65.11º | 0.8% | 0.87% | - |
| XYZ | 51.78 | 65.02 | 12.3 | - |
| YUV | 196.45 | 42.53 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 45 | 0.07 | 0 | 0.80 | 0.13 | 65.11 | 0.72 | 0.52 |
| Hex | CE | DD | 2D | 7 | 0 | 50 | D | 41 | 48 | 34 |
| Octal | 316 | 335 | 55 | 7 | 0 | 120 | 15 | 101 | 110 | 64 |
| Binary | 11001110 | 11011101 | 101101 | 111 | 0 | 1010000 | 1101 | 1000001 | 1001000 | 110100 |
Color Harmonies of #CEDD2D
Complementary color
Monochromatic Colors of #CEDD2D
Black with #CEDD2D
Text Example
Text Example
White with #CEDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD2D; }
p { color: rgb(206,221,45); }
H1.HeaderClassName
{
color: #CEDD2D;
}
.AnyTagClassName
{
color: #CEDD2D;
}
</style>
background-color css
<style>
a { background-color: #CEDD2D; }
a { background-color: rgb(206,221,45); }
div.DivClassName
{
background-color: #CEDD2D;
}
.BgClassName
{
background-color: #CEDD2D;
}
</style>
border-color css
<style>
span { border-color: #CEDD2D; }
span { border-color: rgb(206,221,45); }
td.TdClassName
{
border-color: #CEDD2D;
}
.TagClassName
{
border-color: #CEDD2D;
}
</style>