Shades of Twilight #CCBDC3
Tints of Twilight #CCBDC3
RGB
CMYK
RGB Variations
Color information
#CCBDC3 (or 0xCCBDC3) is known color: Twilight. HEX triplet: CC, BD and C3. RGB value is (204,189,195). Sum of RGB (Red+Green+Blue) = 204+189+195=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC3 is #33423C. Grayscale: #C2C2C2. Windows color (decimal): -3359293 or 12828108. OLE color: 12828108.
HSL color Cylindrical-coordinate representation of color #CCBDC3: hue angle of 336º 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 #CCBDC3 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 189 | 195 | - |
CMYK | 0 | 0.07 | 0.04 | 0.2 |
HSL | 336º | 0.13% | 0.77% | - |
HSV(B) | 336º | 0.07% | 0.8% | - |
XYZ | 52.95 | 53.17 | 59.1 | - |
YUV | 194.17 | 128.47 | 135.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 195 | 0 | 0.07 | 0.04 | 0.2 | 336 | 0.13 | 0.77 |
Hex | CC | BD | C3 | 0 | 7 | 4 | 14 | 150 | D | 4D |
Octal | 314 | 275 | 303 | 0 | 7 | 4 | 24 | 520 | 15 | 115 |
Binary | 11001100 | 10111101 | 11000011 | 0 | 111 | 100 | 10100 | 101010000 | 1101 | 1001101 |
Color Harmonies of #CCBDC3
Complementary color
Monochromatic Colors of #CCBDC3
Black with #CCBDC3
Text Example
Text Example
White with #CCBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDC3; }
p { color: rgb(204,189,195); }
H1.HeaderClassName
{
color: #CCBDC3;
}
.AnyTagClassName
{
color: #CCBDC3;
}
</style>
background-color css
<style>
a { background-color: #CCBDC3; }
a { background-color: rgb(204,189,195); }
div.DivClassName
{
background-color: #CCBDC3;
}
.BgClassName
{
background-color: #CCBDC3;
}
</style>
border-color css
<style>
span { border-color: #CCBDC3; }
span { border-color: rgb(204,189,195); }
td.TdClassName
{
border-color: #CCBDC3;
}
.TagClassName
{
border-color: #CCBDC3;
}
</style>