Shades of Deco #CCD684
Tints of Deco #CCD684
RGB
CMYK
RGB Variations
Color information
#CCD684 (or 0xCCD684) is known color: Deco. HEX triplet: CC, D6 and 84. RGB value is (204,214,132). Sum of RGB (Red+Green+Blue) = 204+214+132=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD684 is #33297B. Grayscale: #C9C9C9. Windows color (decimal): -3352956 or 8705740. OLE color: 8705740.
HSL color Cylindrical-coordinate representation of color #CCD684: hue angle of 67.32º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCD684 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 132 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.16 |
| HSL | 67.32º | 0.5% | 0.68% | - |
| HSV(B) | 67.32º | 0.38% | 0.84% | - |
| XYZ | 53.11 | 62.6 | 31.11 | - |
| YUV | 201.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 132 | 0.05 | 0 | 0.38 | 0.16 | 67.32 | 0.5 | 0.68 |
| Hex | CC | D6 | 84 | 5 | 0 | 26 | 10 | 43 | 32 | 44 |
| Octal | 314 | 326 | 204 | 5 | 0 | 46 | 20 | 103 | 62 | 104 |
| Binary | 11001100 | 11010110 | 10000100 | 101 | 0 | 100110 | 10000 | 1000011 | 110010 | 1000100 |
Color Harmonies of #CCD684
Complementary color
Monochromatic Colors of #CCD684
Black with #CCD684
Text Example
Text Example
White with #CCD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD684; }
p { color: rgb(204,214,132); }
H1.HeaderClassName
{
color: #CCD684;
}
.AnyTagClassName
{
color: #CCD684;
}
</style>
background-color css
<style>
a { background-color: #CCD684; }
a { background-color: rgb(204,214,132); }
div.DivClassName
{
background-color: #CCD684;
}
.BgClassName
{
background-color: #CCD684;
}
</style>
border-color css
<style>
span { border-color: #CCD684; }
span { border-color: rgb(204,214,132); }
td.TdClassName
{
border-color: #CCD684;
}
.TagClassName
{
border-color: #CCD684;
}
</style>