Shades of Deco #CED38F
Tints of Deco #CED38F
RGB
CMYK
RGB Variations
Color information
#CED38F (or 0xCED38F) is known color: Deco. HEX triplet: CE, D3 and 8F. RGB value is (206,211,143). Sum of RGB (Red+Green+Blue) = 206+211+143=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #CED38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED38F is #312C70. Grayscale: #CACACA. Windows color (decimal): -3222641 or 9425870. OLE color: 9425870.
HSL color Cylindrical-coordinate representation of color #CED38F: hue angle of 64.41º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CED38F is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 143 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.17 |
| HSL | 64.41º | 0.44% | 0.69% | - |
| HSV(B) | 64.41º | 0.32% | 0.83% | - |
| XYZ | 53.71 | 61.69 | 35.06 | - |
| YUV | 201.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 143 | 0.02 | 0 | 0.32 | 0.17 | 64.41 | 0.44 | 0.69 |
| Hex | CE | D3 | 8F | 2 | 0 | 20 | 11 | 40 | 2C | 45 |
| Octal | 316 | 323 | 217 | 2 | 0 | 40 | 21 | 100 | 54 | 105 |
| Binary | 11001110 | 11010011 | 10001111 | 10 | 0 | 100000 | 10001 | 1000000 | 101100 | 1000101 |
Color Harmonies of #CED38F
Complementary color
Monochromatic Colors of #CED38F
Black with #CED38F
Text Example
Text Example
White with #CED38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED38F; }
p { color: rgb(206,211,143); }
H1.HeaderClassName
{
color: #CED38F;
}
.AnyTagClassName
{
color: #CED38F;
}
</style>
background-color css
<style>
a { background-color: #CED38F; }
a { background-color: rgb(206,211,143); }
div.DivClassName
{
background-color: #CED38F;
}
.BgClassName
{
background-color: #CED38F;
}
</style>
border-color css
<style>
span { border-color: #CED38F; }
span { border-color: rgb(206,211,143); }
td.TdClassName
{
border-color: #CED38F;
}
.TagClassName
{
border-color: #CED38F;
}
</style>