Shades of Pear #CDDE1D
Tints of Pear #CDDE1D
RGB
CMYK
RGB Variations
Color information
#CDDE1D (or 0xCDDE1D) is known color: Pear. HEX triplet: CD, DE and 1D. RGB value is (205,222,29). Sum of RGB (Red+Green+Blue) = 205+222+29=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDE1D is #3221E2. Grayscale: #C3C3C3. Windows color (decimal): -3285475 or 1957581. OLE color: 1957581.
HSL color Cylindrical-coordinate representation of color #CDDE1D: hue angle of 65.28º 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 #CDDE1D is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 29 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.13 |
| HSL | 65.28º | 0.77% | 0.49% | - |
| HSV(B) | 65.28º | 0.87% | 0.87% | - |
| XYZ | 51.52 | 65.31 | 11.05 | - |
| YUV | 194.92 | 34.37 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 29 | 0.08 | 0 | 0.87 | 0.13 | 65.28 | 0.77 | 0.49 |
| Hex | CD | DE | 1D | 8 | 0 | 57 | D | 41 | 4D | 31 |
| Octal | 315 | 336 | 35 | 10 | 0 | 127 | 15 | 101 | 115 | 61 |
| Binary | 11001101 | 11011110 | 11101 | 1000 | 0 | 1010111 | 1101 | 1000001 | 1001101 | 110001 |
Color Harmonies of #CDDE1D
Complementary color
Monochromatic Colors of #CDDE1D
Black with #CDDE1D
Text Example
Text Example
White with #CDDE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDE1D; }
p { color: rgb(205,222,29); }
H1.HeaderClassName
{
color: #CDDE1D;
}
.AnyTagClassName
{
color: #CDDE1D;
}
</style>
background-color css
<style>
a { background-color: #CDDE1D; }
a { background-color: rgb(205,222,29); }
div.DivClassName
{
background-color: #CDDE1D;
}
.BgClassName
{
background-color: #CDDE1D;
}
</style>
border-color css
<style>
span { border-color: #CDDE1D; }
span { border-color: rgb(205,222,29); }
td.TdClassName
{
border-color: #CDDE1D;
}
.TagClassName
{
border-color: #CDDE1D;
}
</style>