Shades of Mindaro #CEDE6C
Tints of Mindaro #CEDE6C
RGB
CMYK
RGB Variations
Color information
#CEDE6C (or 0xCEDE6C) is known color: Mindaro. HEX triplet: CE, DE and 6C. RGB value is (206,222,108). Sum of RGB (Red+Green+Blue) = 206+222+108=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE6C is #312193. Grayscale: #CCCCCC. Windows color (decimal): -3219860 or 7134926. OLE color: 7134926.
HSL color Cylindrical-coordinate representation of color #CEDE6C: hue angle of 68.42º 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 #CEDE6C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 108 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.13 |
| HSL | 68.42º | 0.63% | 0.65% | - |
| HSV(B) | 68.42º | 0.51% | 0.87% | - |
| XYZ | 54.28 | 66.45 | 24.15 | - |
| YUV | 204.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 108 | 0.07 | 0 | 0.51 | 0.13 | 68.42 | 0.63 | 0.65 |
| Hex | CE | DE | 6C | 7 | 0 | 33 | D | 44 | 3F | 41 |
| Octal | 316 | 336 | 154 | 7 | 0 | 63 | 15 | 104 | 77 | 101 |
| Binary | 11001110 | 11011110 | 1101100 | 111 | 0 | 110011 | 1101 | 1000100 | 111111 | 1000001 |
Color Harmonies of #CEDE6C
Complementary color
Monochromatic Colors of #CEDE6C
Black with #CEDE6C
Text Example
Text Example
White with #CEDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE6C; }
p { color: rgb(206,222,108); }
H1.HeaderClassName
{
color: #CEDE6C;
}
.AnyTagClassName
{
color: #CEDE6C;
}
</style>
background-color css
<style>
a { background-color: #CEDE6C; }
a { background-color: rgb(206,222,108); }
div.DivClassName
{
background-color: #CEDE6C;
}
.BgClassName
{
background-color: #CEDE6C;
}
</style>
border-color css
<style>
span { border-color: #CEDE6C; }
span { border-color: rgb(206,222,108); }
td.TdClassName
{
border-color: #CEDE6C;
}
.TagClassName
{
border-color: #CEDE6C;
}
</style>