Shades of Deco #CED68A
Tints of Deco #CED68A
RGB
CMYK
RGB Variations
Color information
#CED68A (or 0xCED68A) is known color: Deco. HEX triplet: CE, D6 and 8A. RGB value is (206,214,138). Sum of RGB (Red+Green+Blue) = 206+214+138=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #CED68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED68A is #312975. Grayscale: #CBCBCB. Windows color (decimal): -3221878 or 9098958. OLE color: 9098958.
HSL color Cylindrical-coordinate representation of color #CED68A: hue angle of 66.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED68A is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 138 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.16 |
| HSL | 66.32º | 0.48% | 0.69% | - |
| HSV(B) | 66.32º | 0.36% | 0.84% | - |
| XYZ | 54.09 | 63.05 | 33.36 | - |
| YUV | 202.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 138 | 0.04 | 0 | 0.36 | 0.16 | 66.32 | 0.48 | 0.69 |
| Hex | CE | D6 | 8A | 4 | 0 | 24 | 10 | 42 | 30 | 45 |
| Octal | 316 | 326 | 212 | 4 | 0 | 44 | 20 | 102 | 60 | 105 |
| Binary | 11001110 | 11010110 | 10001010 | 100 | 0 | 100100 | 10000 | 1000010 | 110000 | 1000101 |
Color Harmonies of #CED68A
Complementary color
Monochromatic Colors of #CED68A
Black with #CED68A
Text Example
Text Example
White with #CED68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED68A; }
p { color: rgb(206,214,138); }
H1.HeaderClassName
{
color: #CED68A;
}
.AnyTagClassName
{
color: #CED68A;
}
</style>
background-color css
<style>
a { background-color: #CED68A; }
a { background-color: rgb(206,214,138); }
div.DivClassName
{
background-color: #CED68A;
}
.BgClassName
{
background-color: #CED68A;
}
</style>
border-color css
<style>
span { border-color: #CED68A; }
span { border-color: rgb(206,214,138); }
td.TdClassName
{
border-color: #CED68A;
}
.TagClassName
{
border-color: #CED68A;
}
</style>