Shades of Mindaro #CEDE6D
Tints of Mindaro #CEDE6D
RGB
CMYK
RGB Variations
Color information
#CEDE6D (or 0xCEDE6D) is known color: Mindaro. HEX triplet: CE, DE and 6D. RGB value is (206,222,109). Sum of RGB (Red+Green+Blue) = 206+222+109=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE6D is #312192. Grayscale: #CCCCCC. Windows color (decimal): -3219859 or 7200462. OLE color: 7200462.
HSL color Cylindrical-coordinate representation of color #CEDE6D: hue angle of 68.5º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEDE6D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 109 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.13 |
| HSL | 68.5º | 0.63% | 0.65% | - |
| HSV(B) | 68.5º | 0.51% | 0.87% | - |
| XYZ | 54.34 | 66.47 | 24.43 | - |
| YUV | 204.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 109 | 0.07 | 0 | 0.51 | 0.13 | 68.5 | 0.63 | 0.65 |
| Hex | CE | DE | 6D | 7 | 0 | 33 | D | 44 | 3F | 41 |
| Octal | 316 | 336 | 155 | 7 | 0 | 63 | 15 | 104 | 77 | 101 |
| Binary | 11001110 | 11011110 | 1101101 | 111 | 0 | 110011 | 1101 | 1000100 | 111111 | 1000001 |
Color Harmonies of #CEDE6D
Complementary color
Monochromatic Colors of #CEDE6D
Black with #CEDE6D
Text Example
Text Example
White with #CEDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE6D; }
p { color: rgb(206,222,109); }
H1.HeaderClassName
{
color: #CEDE6D;
}
.AnyTagClassName
{
color: #CEDE6D;
}
</style>
background-color css
<style>
a { background-color: #CEDE6D; }
a { background-color: rgb(206,222,109); }
div.DivClassName
{
background-color: #CEDE6D;
}
.BgClassName
{
background-color: #CEDE6D;
}
</style>
border-color css
<style>
span { border-color: #CEDE6D; }
span { border-color: rgb(206,222,109); }
td.TdClassName
{
border-color: #CEDE6D;
}
.TagClassName
{
border-color: #CEDE6D;
}
</style>