Shades of Wild Willow #CED255
Tints of Wild Willow #CED255
RGB
CMYK
RGB Variations
Color information
#CED255 (or 0xCED255) is known color: Wild Willow. HEX triplet: CE, D2 and 55. RGB value is (206,210,85). Sum of RGB (Red+Green+Blue) = 206+210+85=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #CED255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED255 is #312DAA. Grayscale: #C3C3C3. Windows color (decimal): -3222955 or 5624526. OLE color: 5624526.
HSL color Cylindrical-coordinate representation of color #CED255: hue angle of 61.92º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CED255 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 85 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.18 |
| HSL | 61.92º | 0.58% | 0.58% | - |
| HSV(B) | 61.92º | 0.6% | 0.82% | - |
| XYZ | 50.14 | 59.87 | 17.51 | - |
| YUV | 194.55 | 66.17 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 85 | 0.02 | 0 | 0.60 | 0.18 | 61.92 | 0.58 | 0.58 |
| Hex | CE | D2 | 55 | 2 | 0 | 3C | 12 | 3E | 3A | 3A |
| Octal | 316 | 322 | 125 | 2 | 0 | 74 | 22 | 76 | 72 | 72 |
| Binary | 11001110 | 11010010 | 1010101 | 10 | 0 | 111100 | 10010 | 111110 | 111010 | 111010 |
Color Harmonies of #CED255
Complementary color
Monochromatic Colors of #CED255
Black with #CED255
Text Example
Text Example
White with #CED255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED255; }
p { color: rgb(206,210,85); }
H1.HeaderClassName
{
color: #CED255;
}
.AnyTagClassName
{
color: #CED255;
}
</style>
background-color css
<style>
a { background-color: #CED255; }
a { background-color: rgb(206,210,85); }
div.DivClassName
{
background-color: #CED255;
}
.BgClassName
{
background-color: #CED255;
}
</style>
border-color css
<style>
span { border-color: #CED255; }
span { border-color: rgb(206,210,85); }
td.TdClassName
{
border-color: #CED255;
}
.TagClassName
{
border-color: #CED255;
}
</style>