Shades of Deco #CED484
Tints of Deco #CED484
RGB
CMYK
RGB Variations
Color information
#CED484 (or 0xCED484) is known color: Deco. HEX triplet: CE, D4 and 84. RGB value is (206,212,132). Sum of RGB (Red+Green+Blue) = 206+212+132=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #CED484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED484 is #312B7B. Grayscale: #C9C9C9. Windows color (decimal): -3222396 or 8705230. OLE color: 8705230.
HSL color Cylindrical-coordinate representation of color #CED484: hue angle of 64.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CED484 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 132 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.17 |
| HSL | 64.5º | 0.48% | 0.67% | - |
| HSV(B) | 64.5º | 0.38% | 0.83% | - |
| XYZ | 53.16 | 61.87 | 30.97 | - |
| YUV | 201.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 132 | 0.03 | 0 | 0.38 | 0.17 | 64.5 | 0.48 | 0.67 |
| Hex | CE | D4 | 84 | 3 | 0 | 26 | 11 | 40 | 30 | 43 |
| Octal | 316 | 324 | 204 | 3 | 0 | 46 | 21 | 100 | 60 | 103 |
| Binary | 11001110 | 11010100 | 10000100 | 11 | 0 | 100110 | 10001 | 1000000 | 110000 | 1000011 |
Color Harmonies of #CED484
Complementary color
Monochromatic Colors of #CED484
Black with #CED484
Text Example
Text Example
White with #CED484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED484; }
p { color: rgb(206,212,132); }
H1.HeaderClassName
{
color: #CED484;
}
.AnyTagClassName
{
color: #CED484;
}
</style>
background-color css
<style>
a { background-color: #CED484; }
a { background-color: rgb(206,212,132); }
div.DivClassName
{
background-color: #CED484;
}
.BgClassName
{
background-color: #CED484;
}
</style>
border-color css
<style>
span { border-color: #CED484; }
span { border-color: rgb(206,212,132); }
td.TdClassName
{
border-color: #CED484;
}
.TagClassName
{
border-color: #CED484;
}
</style>