Shades of Deco #CED690
Tints of Deco #CED690
RGB
CMYK
RGB Variations
Color information
#CED690 (or 0xCED690) is known color: Deco. HEX triplet: CE, D6 and 90. RGB value is (206,214,144). Sum of RGB (Red+Green+Blue) = 206+214+144=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #CED690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED690 is #31296F. Grayscale: #CBCBCB. Windows color (decimal): -3221872 or 9492174. OLE color: 9492174.
HSL color Cylindrical-coordinate representation of color #CED690: hue angle of 66.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CED690 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 144 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.16 |
| HSL | 66.86º | 0.46% | 0.7% | - |
| HSV(B) | 66.86º | 0.33% | 0.84% | - |
| XYZ | 54.53 | 63.23 | 35.72 | - |
| YUV | 203.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 144 | 0.04 | 0 | 0.33 | 0.16 | 66.86 | 0.46 | 0.7 |
| Hex | CE | D6 | 90 | 4 | 0 | 21 | 10 | 43 | 2E | 46 |
| Octal | 316 | 326 | 220 | 4 | 0 | 41 | 20 | 103 | 56 | 106 |
| Binary | 11001110 | 11010110 | 10010000 | 100 | 0 | 100001 | 10000 | 1000011 | 101110 | 1000110 |
Color Harmonies of #CED690
Complementary color
Monochromatic Colors of #CED690
Black with #CED690
Text Example
Text Example
White with #CED690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED690; }
p { color: rgb(206,214,144); }
H1.HeaderClassName
{
color: #CED690;
}
.AnyTagClassName
{
color: #CED690;
}
</style>
background-color css
<style>
a { background-color: #CED690; }
a { background-color: rgb(206,214,144); }
div.DivClassName
{
background-color: #CED690;
}
.BgClassName
{
background-color: #CED690;
}
</style>
border-color css
<style>
span { border-color: #CED690; }
span { border-color: rgb(206,214,144); }
td.TdClassName
{
border-color: #CED690;
}
.TagClassName
{
border-color: #CED690;
}
</style>