Shades of Deco #CED480
Tints of Deco #CED480
RGB
CMYK
RGB Variations
Color information
#CED480 (or 0xCED480) is known color: Deco. HEX triplet: CE, D4 and 80. RGB value is (206,212,128). Sum of RGB (Red+Green+Blue) = 206+212+128=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #CED480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED480 is #312B7F. Grayscale: #C8C8C8. Windows color (decimal): -3222400 or 8443086. OLE color: 8443086.
HSL color Cylindrical-coordinate representation of color #CED480: hue angle of 64.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CED480 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 128 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.17 |
| HSL | 64.29º | 0.49% | 0.67% | - |
| HSV(B) | 64.29º | 0.4% | 0.83% | - |
| XYZ | 52.89 | 61.77 | 29.56 | - |
| YUV | 200.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 128 | 0.03 | 0 | 0.40 | 0.17 | 64.29 | 0.49 | 0.67 |
| Hex | CE | D4 | 80 | 3 | 0 | 28 | 11 | 40 | 31 | 43 |
| Octal | 316 | 324 | 200 | 3 | 0 | 50 | 21 | 100 | 61 | 103 |
| Binary | 11001110 | 11010100 | 10000000 | 11 | 0 | 101000 | 10001 | 1000000 | 110001 | 1000011 |
Color Harmonies of #CED480
Complementary color
Monochromatic Colors of #CED480
Black with #CED480
Text Example
Text Example
White with #CED480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED480; }
p { color: rgb(206,212,128); }
H1.HeaderClassName
{
color: #CED480;
}
.AnyTagClassName
{
color: #CED480;
}
</style>
background-color css
<style>
a { background-color: #CED480; }
a { background-color: rgb(206,212,128); }
div.DivClassName
{
background-color: #CED480;
}
.BgClassName
{
background-color: #CED480;
}
</style>
border-color css
<style>
span { border-color: #CED480; }
span { border-color: rgb(206,212,128); }
td.TdClassName
{
border-color: #CED480;
}
.TagClassName
{
border-color: #CED480;
}
</style>