Shades of Wild Willow #CED556
Tints of Wild Willow #CED556
RGB
CMYK
RGB Variations
Color information
#CED556 (or 0xCED556) is known color: Wild Willow. HEX triplet: CE, D5 and 56. RGB value is (206,213,86). Sum of RGB (Red+Green+Blue) = 206+213+86=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #CED556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED556 is #312AA9. Grayscale: #C4C4C4. Windows color (decimal): -3222186 or 5690830. OLE color: 5690830.
HSL color Cylindrical-coordinate representation of color #CED556: hue angle of 63.31º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED556 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 86 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.16 |
| HSL | 63.31º | 0.6% | 0.59% | - |
| HSV(B) | 63.31º | 0.6% | 0.84% | - |
| XYZ | 50.93 | 61.38 | 17.97 | - |
| YUV | 196.43 | 65.68 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 86 | 0.03 | 0 | 0.60 | 0.16 | 63.31 | 0.6 | 0.59 |
| Hex | CE | D5 | 56 | 3 | 0 | 3C | 10 | 3F | 3C | 3B |
| Octal | 316 | 325 | 126 | 3 | 0 | 74 | 20 | 77 | 74 | 73 |
| Binary | 11001110 | 11010101 | 1010110 | 11 | 0 | 111100 | 10000 | 111111 | 111100 | 111011 |
Color Harmonies of #CED556
Complementary color
Monochromatic Colors of #CED556
Black with #CED556
Text Example
Text Example
White with #CED556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED556; }
p { color: rgb(206,213,86); }
H1.HeaderClassName
{
color: #CED556;
}
.AnyTagClassName
{
color: #CED556;
}
</style>
background-color css
<style>
a { background-color: #CED556; }
a { background-color: rgb(206,213,86); }
div.DivClassName
{
background-color: #CED556;
}
.BgClassName
{
background-color: #CED556;
}
</style>
border-color css
<style>
span { border-color: #CED556; }
span { border-color: rgb(206,213,86); }
td.TdClassName
{
border-color: #CED556;
}
.TagClassName
{
border-color: #CED556;
}
</style>