Shades of Twilight #CCBBC3
Tints of Twilight #CCBBC3
RGB
CMYK
RGB Variations
Color information
#CCBBC3 (or 0xCCBBC3) is known color: Twilight. HEX triplet: CC, BB and C3. RGB value is (204,187,195). Sum of RGB (Red+Green+Blue) = 204+187+195=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 195 (76.56% from 255 or 33.28% from 586); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBC3 is #33443C. Grayscale: #C0C0C0. Windows color (decimal): -3359805 or 12827596. OLE color: 12827596.
HSL color Cylindrical-coordinate representation of color #CCBBC3: hue angle of 331.76º 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 #CCBBC3 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 195 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.2 |
| HSL | 331.76º | 0.14% | 0.77% | - |
| HSV(B) | 331.76º | 0.08% | 0.8% | - |
| XYZ | 52.52 | 52.32 | 58.96 | - |
| YUV | 193 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 195 | 0 | 0.08 | 0.04 | 0.2 | 331.76 | 0.14 | 0.77 |
| Hex | CC | BB | C3 | 0 | 8 | 4 | 14 | 14C | E | 4D |
| Octal | 314 | 273 | 303 | 0 | 10 | 4 | 24 | 514 | 16 | 115 |
| Binary | 11001100 | 10111011 | 11000011 | 0 | 1000 | 100 | 10100 | 101001100 | 1110 | 1001101 |
Color Harmonies of #CCBBC3
Complementary color
Monochromatic Colors of #CCBBC3
Black with #CCBBC3
Text Example
Text Example
White with #CCBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBC3; }
p { color: rgb(204,187,195); }
H1.HeaderClassName
{
color: #CCBBC3;
}
.AnyTagClassName
{
color: #CCBBC3;
}
</style>
background-color css
<style>
a { background-color: #CCBBC3; }
a { background-color: rgb(204,187,195); }
div.DivClassName
{
background-color: #CCBBC3;
}
.BgClassName
{
background-color: #CCBBC3;
}
</style>
border-color css
<style>
span { border-color: #CCBBC3; }
span { border-color: rgb(204,187,195); }
td.TdClassName
{
border-color: #CCBBC3;
}
.TagClassName
{
border-color: #CCBBC3;
}
</style>