Shades of Twilight #CEC6CC
Tints of Twilight #CEC6CC
RGB
CMYK
RGB Variations
Color information
#CEC6CC (or 0xCEC6CC) is known color: Twilight. HEX triplet: CE, C6 and CC. RGB value is (206,198,204). Sum of RGB (Red+Green+Blue) = 206+198+204=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6CC is #313933. Grayscale: #C9C9C9. Windows color (decimal): -3225908 or 13420238. OLE color: 13420238.
HSL color Cylindrical-coordinate representation of color #CEC6CC: hue angle of 315º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CEC6CC is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 198 | 204 | - |
CMYK | 0 | 0.04 | 0.01 | 0.19 |
HSL | 315º | 0.08% | 0.79% | - |
HSV(B) | 315º | 0.04% | 0.81% | - |
XYZ | 56.55 | 57.87 | 65.32 | - |
YUV | 201.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 198 | 204 | 0 | 0.04 | 0.01 | 0.19 | 315 | 0.08 | 0.79 |
Hex | CE | C6 | CC | 0 | 4 | 1 | 13 | 13B | 8 | 4F |
Octal | 316 | 306 | 314 | 0 | 4 | 1 | 23 | 473 | 10 | 117 |
Binary | 11001110 | 11000110 | 11001100 | 0 | 100 | 1 | 10011 | 100111011 | 1000 | 1001111 |
Color Harmonies of #CEC6CC
Complementary color
Monochromatic Colors of #CEC6CC
Black with #CEC6CC
Text Example
Text Example
White with #CEC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6CC; }
p { color: rgb(206,198,204); }
H1.HeaderClassName
{
color: #CEC6CC;
}
.AnyTagClassName
{
color: #CEC6CC;
}
</style>
background-color css
<style>
a { background-color: #CEC6CC; }
a { background-color: rgb(206,198,204); }
div.DivClassName
{
background-color: #CEC6CC;
}
.BgClassName
{
background-color: #CEC6CC;
}
</style>
border-color css
<style>
span { border-color: #CEC6CC; }
span { border-color: rgb(206,198,204); }
td.TdClassName
{
border-color: #CEC6CC;
}
.TagClassName
{
border-color: #CEC6CC;
}
</style>