Shades of Pear #CEDD1E
Tints of Pear #CEDD1E
RGB
CMYK
RGB Variations
Color information
#CEDD1E (or 0xCEDD1E) is known color: Pear. HEX triplet: CE, DD and 1E. RGB value is (206,221,30). Sum of RGB (Red+Green+Blue) = 206+221+30=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD1E is #3122E1. Grayscale: #C3C3C3. Windows color (decimal): -3220194 or 2022862. OLE color: 2022862.
HSL color Cylindrical-coordinate representation of color #CEDD1E: hue angle of 64.71º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEDD1E is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 30 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.13 |
| HSL | 64.71º | 0.76% | 0.49% | - |
| HSV(B) | 64.71º | 0.86% | 0.87% | - |
| XYZ | 51.54 | 64.93 | 11.04 | - |
| YUV | 194.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 30 | 0.07 | 0 | 0.86 | 0.13 | 64.71 | 0.76 | 0.49 |
| Hex | CE | DD | 1E | 7 | 0 | 56 | D | 41 | 4C | 31 |
| Octal | 316 | 335 | 36 | 7 | 0 | 126 | 15 | 101 | 114 | 61 |
| Binary | 11001110 | 11011101 | 11110 | 111 | 0 | 1010110 | 1101 | 1000001 | 1001100 | 110001 |
Color Harmonies of #CEDD1E
Complementary color
Monochromatic Colors of #CEDD1E
Black with #CEDD1E
Text Example
Text Example
White with #CEDD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD1E; }
p { color: rgb(206,221,30); }
H1.HeaderClassName
{
color: #CEDD1E;
}
.AnyTagClassName
{
color: #CEDD1E;
}
</style>
background-color css
<style>
a { background-color: #CEDD1E; }
a { background-color: rgb(206,221,30); }
div.DivClassName
{
background-color: #CEDD1E;
}
.BgClassName
{
background-color: #CEDD1E;
}
</style>
border-color css
<style>
span { border-color: #CEDD1E; }
span { border-color: rgb(206,221,30); }
td.TdClassName
{
border-color: #CEDD1E;
}
.TagClassName
{
border-color: #CEDD1E;
}
</style>