Shades of Wild Willow #CED356
Tints of Wild Willow #CED356
RGB
CMYK
RGB Variations
Color information
#CED356 (or 0xCED356) is known color: Wild Willow. HEX triplet: CE, D3 and 56. RGB value is (206,211,86). Sum of RGB (Red+Green+Blue) = 206+211+86=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 86 (33.98% from 255 or 17.10% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #CED356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED356 is #312CA9. Grayscale: #C3C3C3. Windows color (decimal): -3222698 or 5690318. OLE color: 5690318.
HSL color Cylindrical-coordinate representation of color #CED356: hue angle of 62.4º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CED356 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 86 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.17 |
| HSL | 62.4º | 0.59% | 0.58% | - |
| HSV(B) | 62.4º | 0.59% | 0.83% | - |
| XYZ | 50.43 | 60.38 | 17.8 | - |
| YUV | 195.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 86 | 0.02 | 0 | 0.59 | 0.17 | 62.4 | 0.59 | 0.58 |
| Hex | CE | D3 | 56 | 2 | 0 | 3B | 11 | 3E | 3B | 3A |
| Octal | 316 | 323 | 126 | 2 | 0 | 73 | 21 | 76 | 73 | 72 |
| Binary | 11001110 | 11010011 | 1010110 | 10 | 0 | 111011 | 10001 | 111110 | 111011 | 111010 |
Color Harmonies of #CED356
Complementary color
Monochromatic Colors of #CED356
Black with #CED356
Text Example
Text Example
White with #CED356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED356; }
p { color: rgb(206,211,86); }
H1.HeaderClassName
{
color: #CED356;
}
.AnyTagClassName
{
color: #CED356;
}
</style>
background-color css
<style>
a { background-color: #CED356; }
a { background-color: rgb(206,211,86); }
div.DivClassName
{
background-color: #CED356;
}
.BgClassName
{
background-color: #CED356;
}
</style>
border-color css
<style>
span { border-color: #CED356; }
span { border-color: rgb(206,211,86); }
td.TdClassName
{
border-color: #CED356;
}
.TagClassName
{
border-color: #CED356;
}
</style>