Shades of Twilight #CEBAC4
Tints of Twilight #CEBAC4
RGB
CMYK
RGB Variations
Color information
#CEBAC4 (or 0xCEBAC4) is known color: Twilight. HEX triplet: CE, BA and C4. RGB value is (206,186,196). Sum of RGB (Red+Green+Blue) = 206+186+196=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBAC4 is #31453B. Grayscale: #C1C1C1. Windows color (decimal): -3228988 or 12892878. OLE color: 12892878.
HSL color Cylindrical-coordinate representation of color #CEBAC4: hue angle of 330º degrees, saturation: 0.17, 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 #CEBAC4 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 196 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.19 |
| HSL | 330º | 0.17% | 0.77% | - |
| HSV(B) | 330º | 0.1% | 0.81% | - |
| XYZ | 52.98 | 52.23 | 59.51 | - |
| YUV | 193.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 196 | 0 | 0.10 | 0.05 | 0.19 | 330 | 0.17 | 0.77 |
| Hex | CE | BA | C4 | 0 | A | 5 | 13 | 14A | 11 | 4D |
| Octal | 316 | 272 | 304 | 0 | 12 | 5 | 23 | 512 | 21 | 115 |
| Binary | 11001110 | 10111010 | 11000100 | 0 | 1010 | 101 | 10011 | 101001010 | 10001 | 1001101 |
Color Harmonies of #CEBAC4
Complementary color
Monochromatic Colors of #CEBAC4
Black with #CEBAC4
Text Example
Text Example
White with #CEBAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBAC4; }
p { color: rgb(206,186,196); }
H1.HeaderClassName
{
color: #CEBAC4;
}
.AnyTagClassName
{
color: #CEBAC4;
}
</style>
background-color css
<style>
a { background-color: #CEBAC4; }
a { background-color: rgb(206,186,196); }
div.DivClassName
{
background-color: #CEBAC4;
}
.BgClassName
{
background-color: #CEBAC4;
}
</style>
border-color css
<style>
span { border-color: #CEBAC4; }
span { border-color: rgb(206,186,196); }
td.TdClassName
{
border-color: #CEBAC4;
}
.TagClassName
{
border-color: #CEBAC4;
}
</style>