Shades of Twilight #CDBBC3
Tints of Twilight #CDBBC3
RGB
CMYK
RGB Variations
Color information
#CDBBC3 (or 0xCDBBC3) is known color: Twilight. HEX triplet: CD, BB and C3. RGB value is (205,187,195). Sum of RGB (Red+Green+Blue) = 205+187+195=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBC3 is #32443C. Grayscale: #C1C1C1. Windows color (decimal): -3294269 or 12827597. OLE color: 12827597.
HSL color Cylindrical-coordinate representation of color #CDBBC3: hue angle of 333.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBBC3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 195 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.20 |
| HSL | 333.33º | 0.15% | 0.77% | - |
| HSV(B) | 333.33º | 0.09% | 0.8% | - |
| XYZ | 52.8 | 52.46 | 58.97 | - |
| YUV | 193.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 195 | 0 | 0.09 | 0.05 | 0.20 | 333.33 | 0.15 | 0.77 |
| Hex | CD | BB | C3 | 0 | 9 | 5 | 14 | 14D | F | 4D |
| Octal | 315 | 273 | 303 | 0 | 11 | 5 | 24 | 515 | 17 | 115 |
| Binary | 11001101 | 10111011 | 11000011 | 0 | 1001 | 101 | 10100 | 101001101 | 1111 | 1001101 |
Color Harmonies of #CDBBC3
Complementary color
Monochromatic Colors of #CDBBC3
Black with #CDBBC3
Text Example
Text Example
White with #CDBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBC3; }
p { color: rgb(205,187,195); }
H1.HeaderClassName
{
color: #CDBBC3;
}
.AnyTagClassName
{
color: #CDBBC3;
}
</style>
background-color css
<style>
a { background-color: #CDBBC3; }
a { background-color: rgb(205,187,195); }
div.DivClassName
{
background-color: #CDBBC3;
}
.BgClassName
{
background-color: #CDBBC3;
}
</style>
border-color css
<style>
span { border-color: #CDBBC3; }
span { border-color: rgb(205,187,195); }
td.TdClassName
{
border-color: #CDBBC3;
}
.TagClassName
{
border-color: #CDBBC3;
}
</style>