Shades of Pear #CEDE1D
Tints of Pear #CEDE1D
RGB
CMYK
RGB Variations
Color information
#CEDE1D (or 0xCEDE1D) is known color: Pear. HEX triplet: CE, DE and 1D. RGB value is (206,222,29). Sum of RGB (Red+Green+Blue) = 206+222+29=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE1D is #3121E2. Grayscale: #C3C3C3. Windows color (decimal): -3219939 or 1957582. OLE color: 1957582.
HSL color Cylindrical-coordinate representation of color #CEDE1D: hue angle of 64.97º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEDE1D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 29 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.13 |
| HSL | 64.97º | 0.77% | 0.49% | - |
| HSV(B) | 64.97º | 0.87% | 0.87% | - |
| XYZ | 51.8 | 65.45 | 11.07 | - |
| YUV | 195.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 29 | 0.07 | 0 | 0.87 | 0.13 | 64.97 | 0.77 | 0.49 |
| Hex | CE | DE | 1D | 7 | 0 | 57 | D | 41 | 4D | 31 |
| Octal | 316 | 336 | 35 | 7 | 0 | 127 | 15 | 101 | 115 | 61 |
| Binary | 11001110 | 11011110 | 11101 | 111 | 0 | 1010111 | 1101 | 1000001 | 1001101 | 110001 |
Color Harmonies of #CEDE1D
Complementary color
Monochromatic Colors of #CEDE1D
Black with #CEDE1D
Text Example
Text Example
White with #CEDE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE1D; }
p { color: rgb(206,222,29); }
H1.HeaderClassName
{
color: #CEDE1D;
}
.AnyTagClassName
{
color: #CEDE1D;
}
</style>
background-color css
<style>
a { background-color: #CEDE1D; }
a { background-color: rgb(206,222,29); }
div.DivClassName
{
background-color: #CEDE1D;
}
.BgClassName
{
background-color: #CEDE1D;
}
</style>
border-color css
<style>
span { border-color: #CEDE1D; }
span { border-color: rgb(206,222,29); }
td.TdClassName
{
border-color: #CEDE1D;
}
.TagClassName
{
border-color: #CEDE1D;
}
</style>