Shades of Twilight #CECCCD
Tints of Twilight #CECCCD
RGB
CMYK
RGB Variations
Color information
#CECCCD (or 0xCECCCD) is known color: Twilight. HEX triplet: CE, CC and CD. RGB value is (206,204,205). Sum of RGB (Red+Green+Blue) = 206+204+205=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCD is #313332. Grayscale: #CCCCCC. Windows color (decimal): -3224371 or 13487310. OLE color: 13487310.
HSL color Cylindrical-coordinate representation of color #CECCCD: hue angle of 330º degrees, saturation: 0.02, 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 #CECCCD is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 205 | - |
CMYK | 0 | 0.01 | 0.00 | 0.19 |
HSL | 330º | 0.02% | 0.8% | - |
HSV(B) | 330º | 0.01% | 0.81% | - |
XYZ | 58.07 | 60.72 | 66.42 | - |
YUV | 204.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 205 | 0 | 0.01 | 0.00 | 0.19 | 330 | 0.02 | 0.8 |
Hex | CE | CC | CD | 0 | 1 | 0 | 13 | 14A | 2 | 50 |
Octal | 316 | 314 | 315 | 0 | 1 | 0 | 23 | 512 | 2 | 120 |
Binary | 11001110 | 11001100 | 11001101 | 0 | 1 | 0 | 10011 | 101001010 | 10 | 1010000 |
Color Harmonies of #CECCCD
Complementary color
Monochromatic Colors of #CECCCD
Black with #CECCCD
Text Example
Text Example
White with #CECCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCCD; }
p { color: rgb(206,204,205); }
H1.HeaderClassName
{
color: #CECCCD;
}
.AnyTagClassName
{
color: #CECCCD;
}
</style>
background-color css
<style>
a { background-color: #CECCCD; }
a { background-color: rgb(206,204,205); }
div.DivClassName
{
background-color: #CECCCD;
}
.BgClassName
{
background-color: #CECCCD;
}
</style>
border-color css
<style>
span { border-color: #CECCCD; }
span { border-color: rgb(206,204,205); }
td.TdClassName
{
border-color: #CECCCD;
}
.TagClassName
{
border-color: #CECCCD;
}
</style>