Shades of Twilight #CEB8C2
Tints of Twilight #CEB8C2
RGB
CMYK
RGB Variations
Color information
#CEB8C2 (or 0xCEB8C2) is known color: Twilight. HEX triplet: CE, B8 and C2. RGB value is (206,184,194). Sum of RGB (Red+Green+Blue) = 206+184+194=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 194 (76.17% from 255 or 33.22% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8C2 is #31473D. Grayscale: #BFBFBF. Windows color (decimal): -3229502 or 12761294. OLE color: 12761294.
HSL color Cylindrical-coordinate representation of color #CEB8C2: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8C2 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 184 | 194 | - |
CMYK | 0 | 0.11 | 0.06 | 0.19 |
HSL | 332.73º | 0.18% | 0.76% | - |
HSV(B) | 332.73º | 0.11% | 0.81% | - |
XYZ | 52.33 | 51.3 | 58.18 | - |
YUV | 191.72 | 129.29 | 138.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 184 | 194 | 0 | 0.11 | 0.06 | 0.19 | 332.73 | 0.18 | 0.76 |
Hex | CE | B8 | C2 | 0 | B | 6 | 13 | 14D | 12 | 4C |
Octal | 316 | 270 | 302 | 0 | 13 | 6 | 23 | 515 | 22 | 114 |
Binary | 11001110 | 10111000 | 11000010 | 0 | 1011 | 110 | 10011 | 101001101 | 10010 | 1001100 |
Color Harmonies of #CEB8C2
Complementary color
Monochromatic Colors of #CEB8C2
Black with #CEB8C2
Text Example
Text Example
White with #CEB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB8C2; }
p { color: rgb(206,184,194); }
H1.HeaderClassName
{
color: #CEB8C2;
}
.AnyTagClassName
{
color: #CEB8C2;
}
</style>
background-color css
<style>
a { background-color: #CEB8C2; }
a { background-color: rgb(206,184,194); }
div.DivClassName
{
background-color: #CEB8C2;
}
.BgClassName
{
background-color: #CEB8C2;
}
</style>
border-color css
<style>
span { border-color: #CEB8C2; }
span { border-color: rgb(206,184,194); }
td.TdClassName
{
border-color: #CEB8C2;
}
.TagClassName
{
border-color: #CEB8C2;
}
</style>