Shades of Deco #CEDE8A
Tints of Deco #CEDE8A
RGB
CMYK
RGB Variations
Color information
#CEDE8A (or 0xCEDE8A) is known color: Deco. HEX triplet: CE, DE and 8A. RGB value is (206,222,138). Sum of RGB (Red+Green+Blue) = 206+222+138=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE8A is #312175. Grayscale: #CFCFCF. Windows color (decimal): -3219830 or 9101006. OLE color: 9101006.
HSL color Cylindrical-coordinate representation of color #CEDE8A: hue angle of 71.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEDE8A is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 138 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.13 |
| HSL | 71.43º | 0.56% | 0.71% | - |
| HSV(B) | 71.43º | 0.38% | 0.87% | - |
| XYZ | 56.16 | 67.2 | 34.06 | - |
| YUV | 207.64 | 88.7 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 138 | 0.07 | 0 | 0.38 | 0.13 | 71.43 | 0.56 | 0.71 |
| Hex | CE | DE | 8A | 7 | 0 | 26 | D | 47 | 38 | 47 |
| Octal | 316 | 336 | 212 | 7 | 0 | 46 | 15 | 107 | 70 | 107 |
| Binary | 11001110 | 11011110 | 10001010 | 111 | 0 | 100110 | 1101 | 1000111 | 111000 | 1000111 |
Color Harmonies of #CEDE8A
Complementary color
Monochromatic Colors of #CEDE8A
Black with #CEDE8A
Text Example
Text Example
White with #CEDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE8A; }
p { color: rgb(206,222,138); }
H1.HeaderClassName
{
color: #CEDE8A;
}
.AnyTagClassName
{
color: #CEDE8A;
}
</style>
background-color css
<style>
a { background-color: #CEDE8A; }
a { background-color: rgb(206,222,138); }
div.DivClassName
{
background-color: #CEDE8A;
}
.BgClassName
{
background-color: #CEDE8A;
}
</style>
border-color css
<style>
span { border-color: #CEDE8A; }
span { border-color: rgb(206,222,138); }
td.TdClassName
{
border-color: #CEDE8A;
}
.TagClassName
{
border-color: #CEDE8A;
}
</style>