Shades of Deco #CCD694
Tints of Deco #CCD694
RGB
CMYK
RGB Variations
Color information
#CCD694 (or 0xCCD694) is known color: Deco. HEX triplet: CC, D6 and 94. RGB value is (204,214,148). Sum of RGB (Red+Green+Blue) = 204+214+148=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD694 is #33296B. Grayscale: #CBCBCB. Windows color (decimal): -3352940 or 9754316. OLE color: 9754316.
HSL color Cylindrical-coordinate representation of color #CCD694: hue angle of 69.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD694 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 148 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.16 |
| HSL | 69.09º | 0.45% | 0.71% | - |
| HSV(B) | 69.09º | 0.31% | 0.84% | - |
| XYZ | 54.29 | 63.07 | 37.33 | - |
| YUV | 203.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 148 | 0.05 | 0 | 0.31 | 0.16 | 69.09 | 0.45 | 0.71 |
| Hex | CC | D6 | 94 | 5 | 0 | 1F | 10 | 45 | 2D | 47 |
| Octal | 314 | 326 | 224 | 5 | 0 | 37 | 20 | 105 | 55 | 107 |
| Binary | 11001100 | 11010110 | 10010100 | 101 | 0 | 11111 | 10000 | 1000101 | 101101 | 1000111 |
Color Harmonies of #CCD694
Complementary color
Monochromatic Colors of #CCD694
Black with #CCD694
Text Example
Text Example
White with #CCD694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD694; }
p { color: rgb(204,214,148); }
H1.HeaderClassName
{
color: #CCD694;
}
.AnyTagClassName
{
color: #CCD694;
}
</style>
background-color css
<style>
a { background-color: #CCD694; }
a { background-color: rgb(204,214,148); }
div.DivClassName
{
background-color: #CCD694;
}
.BgClassName
{
background-color: #CCD694;
}
</style>
border-color css
<style>
span { border-color: #CCD694; }
span { border-color: rgb(204,214,148); }
td.TdClassName
{
border-color: #CCD694;
}
.TagClassName
{
border-color: #CCD694;
}
</style>