Shades of Twilight #CBBDC3
Tints of Twilight #CBBDC3
RGB
CMYK
RGB Variations
Color information
#CBBDC3 (or 0xCBBDC3) is known color: Twilight. HEX triplet: CB, BD and C3. RGB value is (203,189,195). Sum of RGB (Red+Green+Blue) = 203+189+195=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC3 is #34423C. Grayscale: #C1C1C1. Windows color (decimal): -3424829 or 12828107. OLE color: 12828107.
HSL color Cylindrical-coordinate representation of color #CBBDC3: hue angle of 334.29º degrees, saturation: 0.12, 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 #CBBDC3 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 189 | 195 | - |
CMYK | 0 | 0.07 | 0.04 | 0.20 |
HSL | 334.29º | 0.12% | 0.77% | - |
HSV(B) | 334.29º | 0.07% | 0.8% | - |
XYZ | 52.68 | 53.03 | 59.09 | - |
YUV | 193.87 | 128.64 | 134.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 189 | 195 | 0 | 0.07 | 0.04 | 0.20 | 334.29 | 0.12 | 0.77 |
Hex | CB | BD | C3 | 0 | 7 | 4 | 14 | 14E | C | 4D |
Octal | 313 | 275 | 303 | 0 | 7 | 4 | 24 | 516 | 14 | 115 |
Binary | 11001011 | 10111101 | 11000011 | 0 | 111 | 100 | 10100 | 101001110 | 1100 | 1001101 |
Color Harmonies of #CBBDC3
Complementary color
Monochromatic Colors of #CBBDC3
Black with #CBBDC3
Text Example
Text Example
White with #CBBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDC3; }
p { color: rgb(203,189,195); }
H1.HeaderClassName
{
color: #CBBDC3;
}
.AnyTagClassName
{
color: #CBBDC3;
}
</style>
background-color css
<style>
a { background-color: #CBBDC3; }
a { background-color: rgb(203,189,195); }
div.DivClassName
{
background-color: #CBBDC3;
}
.BgClassName
{
background-color: #CBBDC3;
}
</style>
border-color css
<style>
span { border-color: #CBBDC3; }
span { border-color: rgb(203,189,195); }
td.TdClassName
{
border-color: #CBBDC3;
}
.TagClassName
{
border-color: #CBBDC3;
}
</style>