Shades of Twilight #CEBDC4
Tints of Twilight #CEBDC4
RGB
CMYK
RGB Variations
Color information
#CEBDC4 (or 0xCEBDC4) is known color: Twilight. HEX triplet: CE, BD and C4. RGB value is (206,189,196). Sum of RGB (Red+Green+Blue) = 206+189+196=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDC4 is #31423B. Grayscale: #C2C2C2. Windows color (decimal): -3228220 or 12893646. OLE color: 12893646.
HSL color Cylindrical-coordinate representation of color #CEBDC4: hue angle of 335.29º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBDC4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 196 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.19 |
| HSL | 335.29º | 0.15% | 0.77% | - |
| HSV(B) | 335.29º | 0.08% | 0.81% | - |
| XYZ | 53.62 | 53.5 | 59.73 | - |
| YUV | 194.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 196 | 0 | 0.08 | 0.05 | 0.19 | 335.29 | 0.15 | 0.77 |
| Hex | CE | BD | C4 | 0 | 8 | 5 | 13 | 14F | F | 4D |
| Octal | 316 | 275 | 304 | 0 | 10 | 5 | 23 | 517 | 17 | 115 |
| Binary | 11001110 | 10111101 | 11000100 | 0 | 1000 | 101 | 10011 | 101001111 | 1111 | 1001101 |
Color Harmonies of #CEBDC4
Complementary color
Monochromatic Colors of #CEBDC4
Black with #CEBDC4
Text Example
Text Example
White with #CEBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDC4; }
p { color: rgb(206,189,196); }
H1.HeaderClassName
{
color: #CEBDC4;
}
.AnyTagClassName
{
color: #CEBDC4;
}
</style>
background-color css
<style>
a { background-color: #CEBDC4; }
a { background-color: rgb(206,189,196); }
div.DivClassName
{
background-color: #CEBDC4;
}
.BgClassName
{
background-color: #CEBDC4;
}
</style>
border-color css
<style>
span { border-color: #CEBDC4; }
span { border-color: rgb(206,189,196); }
td.TdClassName
{
border-color: #CEBDC4;
}
.TagClassName
{
border-color: #CEBDC4;
}
</style>