Shades of Eunry #CEAD9F
Tints of Eunry #CEAD9F
RGB
CMYK
RGB Variations
Color information
#CEAD9F (or 0xCEAD9F) is known color: Eunry. HEX triplet: CE, AD and 9F. RGB value is (206,173,159). Sum of RGB (Red+Green+Blue) = 206+173+159=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD9F is #315260. Grayscale: #B5B5B5. Windows color (decimal): -3232353 or 10464718. OLE color: 10464718.
HSL color Cylindrical-coordinate representation of color #CEAD9F: hue angle of 17.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEAD9F is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 159 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.19 |
| HSL | 17.87º | 0.32% | 0.72% | - |
| HSV(B) | 17.87º | 0.23% | 0.81% | - |
| XYZ | 46.66 | 45.51 | 39.13 | - |
| YUV | 181.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 159 | 0 | 0.16 | 0.23 | 0.19 | 17.87 | 0.32 | 0.72 |
| Hex | CE | AD | 9F | 0 | 10 | 17 | 13 | 12 | 20 | 48 |
| Octal | 316 | 255 | 237 | 0 | 20 | 27 | 23 | 22 | 40 | 110 |
| Binary | 11001110 | 10101101 | 10011111 | 0 | 10000 | 10111 | 10011 | 10010 | 100000 | 1001000 |
Color Harmonies of #CEAD9F
Complementary color
Monochromatic Colors of #CEAD9F
Black with #CEAD9F
Text Example
Text Example
White with #CEAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD9F; }
p { color: rgb(206,173,159); }
H1.HeaderClassName
{
color: #CEAD9F;
}
.AnyTagClassName
{
color: #CEAD9F;
}
</style>
background-color css
<style>
a { background-color: #CEAD9F; }
a { background-color: rgb(206,173,159); }
div.DivClassName
{
background-color: #CEAD9F;
}
.BgClassName
{
background-color: #CEAD9F;
}
</style>
border-color css
<style>
span { border-color: #CEAD9F; }
span { border-color: rgb(206,173,159); }
td.TdClassName
{
border-color: #CEAD9F;
}
.TagClassName
{
border-color: #CEAD9F;
}
</style>