Shades of Pear #CEDE2D
Tints of Pear #CEDE2D
RGB
CMYK
RGB Variations
Color information
#CEDE2D (or 0xCEDE2D) is known color: Pear. HEX triplet: CE, DE and 2D. RGB value is (206,222,45). Sum of RGB (Red+Green+Blue) = 206+222+45=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE2D is #3121D2. Grayscale: #C5C5C5. Windows color (decimal): -3219923 or 3006158. OLE color: 3006158.
HSL color Cylindrical-coordinate representation of color #CEDE2D: hue angle of 65.42º degrees, saturation: 0.73, 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 #CEDE2D is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 45 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.13 |
| HSL | 65.42º | 0.73% | 0.52% | - |
| HSV(B) | 65.42º | 0.8% | 0.87% | - |
| XYZ | 52.05 | 65.55 | 12.39 | - |
| YUV | 197.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 45 | 0.07 | 0 | 0.80 | 0.13 | 65.42 | 0.73 | 0.52 |
| Hex | CE | DE | 2D | 7 | 0 | 50 | D | 41 | 49 | 34 |
| Octal | 316 | 336 | 55 | 7 | 0 | 120 | 15 | 101 | 111 | 64 |
| Binary | 11001110 | 11011110 | 101101 | 111 | 0 | 1010000 | 1101 | 1000001 | 1001001 | 110100 |
Color Harmonies of #CEDE2D
Complementary color
Monochromatic Colors of #CEDE2D
Black with #CEDE2D
Text Example
Text Example
White with #CEDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE2D; }
p { color: rgb(206,222,45); }
H1.HeaderClassName
{
color: #CEDE2D;
}
.AnyTagClassName
{
color: #CEDE2D;
}
</style>
background-color css
<style>
a { background-color: #CEDE2D; }
a { background-color: rgb(206,222,45); }
div.DivClassName
{
background-color: #CEDE2D;
}
.BgClassName
{
background-color: #CEDE2D;
}
</style>
border-color css
<style>
span { border-color: #CEDE2D; }
span { border-color: rgb(206,222,45); }
td.TdClassName
{
border-color: #CEDE2D;
}
.TagClassName
{
border-color: #CEDE2D;
}
</style>