Shades of Deco #CED17F
Tints of Deco #CED17F
RGB
CMYK
RGB Variations
Color information
#CED17F (or 0xCED17F) is known color: Deco. HEX triplet: CE, D1 and 7F. RGB value is (206,209,127). Sum of RGB (Red+Green+Blue) = 206+209+127=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #CED17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED17F is #312E80. Grayscale: #C7C7C7. Windows color (decimal): -3223169 or 8376782. OLE color: 8376782.
HSL color Cylindrical-coordinate representation of color #CED17F: hue angle of 62.2º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CED17F is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 127 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.18 |
| HSL | 62.2º | 0.47% | 0.66% | - |
| HSV(B) | 62.2º | 0.39% | 0.82% | - |
| XYZ | 52.08 | 60.26 | 28.96 | - |
| YUV | 198.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 127 | 0.01 | 0 | 0.39 | 0.18 | 62.2 | 0.47 | 0.66 |
| Hex | CE | D1 | 7F | 1 | 0 | 27 | 12 | 3E | 2F | 42 |
| Octal | 316 | 321 | 177 | 1 | 0 | 47 | 22 | 76 | 57 | 102 |
| Binary | 11001110 | 11010001 | 1111111 | 1 | 0 | 100111 | 10010 | 111110 | 101111 | 1000010 |
Color Harmonies of #CED17F
Complementary color
Monochromatic Colors of #CED17F
Black with #CED17F
Text Example
Text Example
White with #CED17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED17F; }
p { color: rgb(206,209,127); }
H1.HeaderClassName
{
color: #CED17F;
}
.AnyTagClassName
{
color: #CED17F;
}
</style>
background-color css
<style>
a { background-color: #CED17F; }
a { background-color: rgb(206,209,127); }
div.DivClassName
{
background-color: #CED17F;
}
.BgClassName
{
background-color: #CED17F;
}
</style>
border-color css
<style>
span { border-color: #CED17F; }
span { border-color: rgb(206,209,127); }
td.TdClassName
{
border-color: #CED17F;
}
.TagClassName
{
border-color: #CED17F;
}
</style>