Shades of Pear #CEDF1C
Tints of Pear #CEDF1C
RGB
CMYK
RGB Variations
Color information
#CEDF1C (or 0xCEDF1C) is known color: Pear. HEX triplet: CE, DF and 1C. RGB value is (206,223,28). Sum of RGB (Red+Green+Blue) = 206+223+28=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF1C is #3120E3. Grayscale: #C4C4C4. Windows color (decimal): -3219684 or 1892302. OLE color: 1892302.
HSL color Cylindrical-coordinate representation of color #CEDF1C: hue angle of 65.23º degrees, saturation: 0.78, 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 #CEDF1C is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 28 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.13 |
| HSL | 65.23º | 0.78% | 0.49% | - |
| HSV(B) | 65.23º | 0.87% | 0.87% | - |
| XYZ | 52.05 | 65.98 | 11.09 | - |
| YUV | 195.69 | 33.37 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 28 | 0.08 | 0 | 0.87 | 0.13 | 65.23 | 0.78 | 0.49 |
| Hex | CE | DF | 1C | 8 | 0 | 57 | D | 41 | 4E | 31 |
| Octal | 316 | 337 | 34 | 10 | 0 | 127 | 15 | 101 | 116 | 61 |
| Binary | 11001110 | 11011111 | 11100 | 1000 | 0 | 1010111 | 1101 | 1000001 | 1001110 | 110001 |
Color Harmonies of #CEDF1C
Complementary color
Monochromatic Colors of #CEDF1C
Black with #CEDF1C
Text Example
Text Example
White with #CEDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF1C; }
p { color: rgb(206,223,28); }
H1.HeaderClassName
{
color: #CEDF1C;
}
.AnyTagClassName
{
color: #CEDF1C;
}
</style>
background-color css
<style>
a { background-color: #CEDF1C; }
a { background-color: rgb(206,223,28); }
div.DivClassName
{
background-color: #CEDF1C;
}
.BgClassName
{
background-color: #CEDF1C;
}
</style>
border-color css
<style>
span { border-color: #CEDF1C; }
span { border-color: rgb(206,223,28); }
td.TdClassName
{
border-color: #CEDF1C;
}
.TagClassName
{
border-color: #CEDF1C;
}
</style>