Shades of Twilight #CEC8CB
Tints of Twilight #CEC8CB
RGB
CMYK
RGB Variations
Color information
#CEC8CB (or 0xCEC8CB) is known color: Twilight. HEX triplet: CE, C8 and CB. RGB value is (206,200,203). Sum of RGB (Red+Green+Blue) = 206+200+203=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8CB is #313734. Grayscale: #CACACA. Windows color (decimal): -3225397 or 13355214. OLE color: 13355214.
HSL color Cylindrical-coordinate representation of color #CEC8CB: hue angle of 330º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC8CB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 200 | 203 | - |
CMYK | 0 | 0.03 | 0.01 | 0.19 |
HSL | 330º | 0.06% | 0.8% | - |
HSV(B) | 330º | 0.03% | 0.81% | - |
XYZ | 56.89 | 58.74 | 64.84 | - |
YUV | 202.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 203 | 0 | 0.03 | 0.01 | 0.19 | 330 | 0.06 | 0.8 |
Hex | CE | C8 | CB | 0 | 3 | 1 | 13 | 14A | 6 | 50 |
Octal | 316 | 310 | 313 | 0 | 3 | 1 | 23 | 512 | 6 | 120 |
Binary | 11001110 | 11001000 | 11001011 | 0 | 11 | 1 | 10011 | 101001010 | 110 | 1010000 |
Color Harmonies of #CEC8CB
Complementary color
Monochromatic Colors of #CEC8CB
Black with #CEC8CB
Text Example
Text Example
White with #CEC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8CB; }
p { color: rgb(206,200,203); }
H1.HeaderClassName
{
color: #CEC8CB;
}
.AnyTagClassName
{
color: #CEC8CB;
}
</style>
background-color css
<style>
a { background-color: #CEC8CB; }
a { background-color: rgb(206,200,203); }
div.DivClassName
{
background-color: #CEC8CB;
}
.BgClassName
{
background-color: #CEC8CB;
}
</style>
border-color css
<style>
span { border-color: #CEC8CB; }
span { border-color: rgb(206,200,203); }
td.TdClassName
{
border-color: #CEC8CB;
}
.TagClassName
{
border-color: #CEC8CB;
}
</style>