Shades of Deco #CED68D
Tints of Deco #CED68D
RGB
CMYK
RGB Variations
Color information
#CED68D (or 0xCED68D) is known color: Deco. HEX triplet: CE, D6 and 8D. RGB value is (206,214,141). Sum of RGB (Red+Green+Blue) = 206+214+141=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #CED68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED68D is #312972. Grayscale: #CBCBCB. Windows color (decimal): -3221875 or 9295566. OLE color: 9295566.
HSL color Cylindrical-coordinate representation of color #CED68D: hue angle of 66.58º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED68D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 141 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.16 |
| HSL | 66.58º | 0.47% | 0.7% | - |
| HSV(B) | 66.58º | 0.34% | 0.84% | - |
| XYZ | 54.31 | 63.14 | 34.52 | - |
| YUV | 203.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 141 | 0.04 | 0 | 0.34 | 0.16 | 66.58 | 0.47 | 0.7 |
| Hex | CE | D6 | 8D | 4 | 0 | 22 | 10 | 43 | 2F | 46 |
| Octal | 316 | 326 | 215 | 4 | 0 | 42 | 20 | 103 | 57 | 106 |
| Binary | 11001110 | 11010110 | 10001101 | 100 | 0 | 100010 | 10000 | 1000011 | 101111 | 1000110 |
Color Harmonies of #CED68D
Complementary color
Monochromatic Colors of #CED68D
Black with #CED68D
Text Example
Text Example
White with #CED68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED68D; }
p { color: rgb(206,214,141); }
H1.HeaderClassName
{
color: #CED68D;
}
.AnyTagClassName
{
color: #CED68D;
}
</style>
background-color css
<style>
a { background-color: #CED68D; }
a { background-color: rgb(206,214,141); }
div.DivClassName
{
background-color: #CED68D;
}
.BgClassName
{
background-color: #CED68D;
}
</style>
border-color css
<style>
span { border-color: #CED68D; }
span { border-color: rgb(206,214,141); }
td.TdClassName
{
border-color: #CED68D;
}
.TagClassName
{
border-color: #CED68D;
}
</style>