Shades of Twilight #CCBDC5
Tints of Twilight #CCBDC5
RGB
CMYK
RGB Variations
Color information
#CCBDC5 (or 0xCCBDC5) is known color: Twilight. HEX triplet: CC, BD and C5. RGB value is (204,189,197). Sum of RGB (Red+Green+Blue) = 204+189+197=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC5 is #33423A. Grayscale: #C2C2C2. Windows color (decimal): -3359291 or 12959180. OLE color: 12959180.
HSL color Cylindrical-coordinate representation of color #CCBDC5: hue angle of 328º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDC5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 197 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.2 |
| HSL | 328º | 0.13% | 0.77% | - |
| HSV(B) | 328º | 0.07% | 0.8% | - |
| XYZ | 53.18 | 53.26 | 60.3 | - |
| YUV | 194.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 197 | 0 | 0.07 | 0.03 | 0.2 | 328 | 0.13 | 0.77 |
| Hex | CC | BD | C5 | 0 | 7 | 3 | 14 | 148 | D | 4D |
| Octal | 314 | 275 | 305 | 0 | 7 | 3 | 24 | 510 | 15 | 115 |
| Binary | 11001100 | 10111101 | 11000101 | 0 | 111 | 11 | 10100 | 101001000 | 1101 | 1001101 |
Color Harmonies of #CCBDC5
Complementary color
Monochromatic Colors of #CCBDC5
Black with #CCBDC5
Text Example
Text Example
White with #CCBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDC5; }
p { color: rgb(204,189,197); }
H1.HeaderClassName
{
color: #CCBDC5;
}
.AnyTagClassName
{
color: #CCBDC5;
}
</style>
background-color css
<style>
a { background-color: #CCBDC5; }
a { background-color: rgb(204,189,197); }
div.DivClassName
{
background-color: #CCBDC5;
}
.BgClassName
{
background-color: #CCBDC5;
}
</style>
border-color css
<style>
span { border-color: #CCBDC5; }
span { border-color: rgb(204,189,197); }
td.TdClassName
{
border-color: #CCBDC5;
}
.TagClassName
{
border-color: #CCBDC5;
}
</style>