Shades of Twilight #CEC7CC
Tints of Twilight #CEC7CC
RGB
CMYK
RGB Variations
Color information
#CEC7CC (or 0xCEC7CC) is known color: Twilight. HEX triplet: CE, C7 and CC. RGB value is (206,199,204). Sum of RGB (Red+Green+Blue) = 206+199+204=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC7CC is #313833. Grayscale: #C9C9C9. Windows color (decimal): -3225652 or 13420494. OLE color: 13420494.
HSL color Cylindrical-coordinate representation of color #CEC7CC: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC7CC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 199 | 204 | - |
CMYK | 0 | 0.03 | 0.01 | 0.19 |
HSL | 317.14º | 0.07% | 0.79% | - |
HSV(B) | 317.14º | 0.03% | 0.81% | - |
XYZ | 56.78 | 58.33 | 65.39 | - |
YUV | 201.66 | 129.32 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 199 | 204 | 0 | 0.03 | 0.01 | 0.19 | 317.14 | 0.07 | 0.79 |
Hex | CE | C7 | CC | 0 | 3 | 1 | 13 | 13D | 7 | 4F |
Octal | 316 | 307 | 314 | 0 | 3 | 1 | 23 | 475 | 7 | 117 |
Binary | 11001110 | 11000111 | 11001100 | 0 | 11 | 1 | 10011 | 100111101 | 111 | 1001111 |
Color Harmonies of #CEC7CC
Complementary color
Monochromatic Colors of #CEC7CC
Black with #CEC7CC
Text Example
Text Example
White with #CEC7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7CC; }
p { color: rgb(206,199,204); }
H1.HeaderClassName
{
color: #CEC7CC;
}
.AnyTagClassName
{
color: #CEC7CC;
}
</style>
background-color css
<style>
a { background-color: #CEC7CC; }
a { background-color: rgb(206,199,204); }
div.DivClassName
{
background-color: #CEC7CC;
}
.BgClassName
{
background-color: #CEC7CC;
}
</style>
border-color css
<style>
span { border-color: #CEC7CC; }
span { border-color: rgb(206,199,204); }
td.TdClassName
{
border-color: #CEC7CC;
}
.TagClassName
{
border-color: #CEC7CC;
}
</style>