Shades of Twilight #CECBCD
Tints of Twilight #CECBCD
RGB
CMYK
RGB Variations
Color information
#CECBCD (or 0xCECBCD) is known color: Twilight. HEX triplet: CE, CB and CD. RGB value is (206,203,205). Sum of RGB (Red+Green+Blue) = 206+203+205=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBCD is #313432. Grayscale: #CCCCCC. Windows color (decimal): -3224627 or 13487054. OLE color: 13487054.
HSL color Cylindrical-coordinate representation of color #CECBCD: hue angle of 320º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECBCD is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 205 | - |
| CMYK | 0 | 0.01 | 0.00 | 0.19 |
| HSL | 320º | 0.03% | 0.8% | - |
| HSV(B) | 320º | 0.01% | 0.81% | - |
| XYZ | 57.83 | 60.24 | 66.34 | - |
| YUV | 204.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 205 | 0 | 0.01 | 0.00 | 0.19 | 320 | 0.03 | 0.8 |
| Hex | CE | CB | CD | 0 | 1 | 0 | 13 | 140 | 3 | 50 |
| Octal | 316 | 313 | 315 | 0 | 1 | 0 | 23 | 500 | 3 | 120 |
| Binary | 11001110 | 11001011 | 11001101 | 0 | 1 | 0 | 10011 | 101000000 | 11 | 1010000 |
Color Harmonies of #CECBCD
Complementary color
Monochromatic Colors of #CECBCD
Black with #CECBCD
Text Example
Text Example
White with #CECBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBCD; }
p { color: rgb(206,203,205); }
H1.HeaderClassName
{
color: #CECBCD;
}
.AnyTagClassName
{
color: #CECBCD;
}
</style>
background-color css
<style>
a { background-color: #CECBCD; }
a { background-color: rgb(206,203,205); }
div.DivClassName
{
background-color: #CECBCD;
}
.BgClassName
{
background-color: #CECBCD;
}
</style>
border-color css
<style>
span { border-color: #CECBCD; }
span { border-color: rgb(206,203,205); }
td.TdClassName
{
border-color: #CECBCD;
}
.TagClassName
{
border-color: #CECBCD;
}
</style>