Shades of Twilight #CEB9C2
Tints of Twilight #CEB9C2
RGB
CMYK
RGB Variations
Color information
#CEB9C2 (or 0xCEB9C2) is known color: Twilight. HEX triplet: CE, B9 and C2. RGB value is (206,185,194). Sum of RGB (Red+Green+Blue) = 206+185+194=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9C2 is #31463D. Grayscale: #C0C0C0. Windows color (decimal): -3229246 or 12761550. OLE color: 12761550.
HSL color Cylindrical-coordinate representation of color #CEB9C2: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEB9C2 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 194 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.19 |
| HSL | 334.29º | 0.18% | 0.77% | - |
| HSV(B) | 334.29º | 0.1% | 0.81% | - |
| XYZ | 52.54 | 51.71 | 58.25 | - |
| YUV | 192.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 194 | 0 | 0.10 | 0.06 | 0.19 | 334.29 | 0.18 | 0.77 |
| Hex | CE | B9 | C2 | 0 | A | 6 | 13 | 14E | 12 | 4D |
| Octal | 316 | 271 | 302 | 0 | 12 | 6 | 23 | 516 | 22 | 115 |
| Binary | 11001110 | 10111001 | 11000010 | 0 | 1010 | 110 | 10011 | 101001110 | 10010 | 1001101 |
Color Harmonies of #CEB9C2
Complementary color
Monochromatic Colors of #CEB9C2
Black with #CEB9C2
Text Example
Text Example
White with #CEB9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9C2; }
p { color: rgb(206,185,194); }
H1.HeaderClassName
{
color: #CEB9C2;
}
.AnyTagClassName
{
color: #CEB9C2;
}
</style>
background-color css
<style>
a { background-color: #CEB9C2; }
a { background-color: rgb(206,185,194); }
div.DivClassName
{
background-color: #CEB9C2;
}
.BgClassName
{
background-color: #CEB9C2;
}
</style>
border-color css
<style>
span { border-color: #CEB9C2; }
span { border-color: rgb(206,185,194); }
td.TdClassName
{
border-color: #CEB9C2;
}
.TagClassName
{
border-color: #CEB9C2;
}
</style>