Shades of Twilight #CCBBC2
Tints of Twilight #CCBBC2
RGB
CMYK
RGB Variations
Color information
#CCBBC2 (or 0xCCBBC2) is known color: Twilight. HEX triplet: CC, BB and C2. RGB value is (204,187,194). Sum of RGB (Red+Green+Blue) = 204+187+194=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC2 is #33443D. Grayscale: #C0C0C0. Windows color (decimal): -3359806 or 12762060. OLE color: 12762060.
HSL color Cylindrical-coordinate representation of color #CCBBC2: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBBC2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 187 | 194 | - |
CMYK | 0 | 0.08 | 0.05 | 0.2 |
HSL | 335.29º | 0.14% | 0.77% | - |
HSV(B) | 335.29º | 0.08% | 0.8% | - |
XYZ | 52.41 | 52.27 | 58.37 | - |
YUV | 192.88 | 128.63 | 135.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 187 | 194 | 0 | 0.08 | 0.05 | 0.2 | 335.29 | 0.14 | 0.77 |
Hex | CC | BB | C2 | 0 | 8 | 5 | 14 | 14F | E | 4D |
Octal | 314 | 273 | 302 | 0 | 10 | 5 | 24 | 517 | 16 | 115 |
Binary | 11001100 | 10111011 | 11000010 | 0 | 1000 | 101 | 10100 | 101001111 | 1110 | 1001101 |
Color Harmonies of #CCBBC2
Complementary color
Monochromatic Colors of #CCBBC2
Black with #CCBBC2
Text Example
Text Example
White with #CCBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC2; }
p { color: rgb(204,187,194); }
H1.HeaderClassName
{
color: #CCBBC2;
}
.AnyTagClassName
{
color: #CCBBC2;
}
</style>
background-color css
<style>
a { background-color: #CCBBC2; }
a { background-color: rgb(204,187,194); }
div.DivClassName
{
background-color: #CCBBC2;
}
.BgClassName
{
background-color: #CCBBC2;
}
</style>
border-color css
<style>
span { border-color: #CCBBC2; }
span { border-color: rgb(204,187,194); }
td.TdClassName
{
border-color: #CCBBC2;
}
.TagClassName
{
border-color: #CCBBC2;
}
</style>