Shades of Wild Willow #CED857
Tints of Wild Willow #CED857
RGB
CMYK
RGB Variations
Color information
#CED857 (or 0xCED857) is known color: Wild Willow. HEX triplet: CE, D8 and 57. RGB value is (206,216,87). Sum of RGB (Red+Green+Blue) = 206+216+87=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 87 (34.38% from 255 or 17.09% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #CED857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED857 is #3127A8. Grayscale: #C6C6C6. Windows color (decimal): -3221417 or 5757134. OLE color: 5757134.
HSL color Cylindrical-coordinate representation of color #CED857: hue angle of 64.65º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED857 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 87 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.15 |
| HSL | 64.65º | 0.62% | 0.59% | - |
| HSV(B) | 64.65º | 0.6% | 0.85% | - |
| XYZ | 51.73 | 62.92 | 18.44 | - |
| YUV | 198.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 87 | 0.05 | 0 | 0.60 | 0.15 | 64.65 | 0.62 | 0.59 |
| Hex | CE | D8 | 57 | 5 | 0 | 3C | F | 41 | 3E | 3B |
| Octal | 316 | 330 | 127 | 5 | 0 | 74 | 17 | 101 | 76 | 73 |
| Binary | 11001110 | 11011000 | 1010111 | 101 | 0 | 111100 | 1111 | 1000001 | 111110 | 111011 |
Color Harmonies of #CED857
Complementary color
Monochromatic Colors of #CED857
Black with #CED857
Text Example
Text Example
White with #CED857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED857; }
p { color: rgb(206,216,87); }
H1.HeaderClassName
{
color: #CED857;
}
.AnyTagClassName
{
color: #CED857;
}
</style>
background-color css
<style>
a { background-color: #CED857; }
a { background-color: rgb(206,216,87); }
div.DivClassName
{
background-color: #CED857;
}
.BgClassName
{
background-color: #CED857;
}
</style>
border-color css
<style>
span { border-color: #CED857; }
span { border-color: rgb(206,216,87); }
td.TdClassName
{
border-color: #CED857;
}
.TagClassName
{
border-color: #CED857;
}
</style>