Shades of Deco #CEDE7D
Tints of Deco #CEDE7D
RGB
CMYK
RGB Variations
Color information
#CEDE7D (or 0xCEDE7D) is known color: Deco. HEX triplet: CE, DE and 7D. RGB value is (206,222,125). Sum of RGB (Red+Green+Blue) = 206+222+125=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE7D is #312182. Grayscale: #CECECE. Windows color (decimal): -3219843 or 8249038. OLE color: 8249038.
HSL color Cylindrical-coordinate representation of color #CEDE7D: hue angle of 69.9º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CEDE7D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 222 | 125 | - |
CMYK | 0.07 | 0 | 0.44 | 0.13 |
HSL | 69.9º | 0.6% | 0.68% | - |
HSV(B) | 69.9º | 0.44% | 0.87% | - |
XYZ | 55.28 | 66.85 | 29.39 | - |
YUV | 206.16 | 82.2 | 127.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 125 | 0.07 | 0 | 0.44 | 0.13 | 69.9 | 0.6 | 0.68 |
Hex | CE | DE | 7D | 7 | 0 | 2C | D | 46 | 3C | 44 |
Octal | 316 | 336 | 175 | 7 | 0 | 54 | 15 | 106 | 74 | 104 |
Binary | 11001110 | 11011110 | 1111101 | 111 | 0 | 101100 | 1101 | 1000110 | 111100 | 1000100 |
Color Harmonies of #CEDE7D
Complementary color
Monochromatic Colors of #CEDE7D
Black with #CEDE7D
Text Example
Text Example
White with #CEDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE7D; }
p { color: rgb(206,222,125); }
H1.HeaderClassName
{
color: #CEDE7D;
}
.AnyTagClassName
{
color: #CEDE7D;
}
</style>
background-color css
<style>
a { background-color: #CEDE7D; }
a { background-color: rgb(206,222,125); }
div.DivClassName
{
background-color: #CEDE7D;
}
.BgClassName
{
background-color: #CEDE7D;
}
</style>
border-color css
<style>
span { border-color: #CEDE7D; }
span { border-color: rgb(206,222,125); }
td.TdClassName
{
border-color: #CEDE7D;
}
.TagClassName
{
border-color: #CEDE7D;
}
</style>