Shades of Twilight #D5BCCA
Tints of Twilight #D5BCCA
RGB
CMYK
RGB Variations
Color information
#D5BCCA (or 0xD5BCCA) is known color: Twilight. HEX triplet: D5, BC and CA. RGB value is (213,188,202). Sum of RGB (Red+Green+Blue) = 213+188+202=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCCA is #2A4335. Grayscale: #C5C5C5. Windows color (decimal): -2769718 or 13286613. OLE color: 13286613.
HSL color Cylindrical-coordinate representation of color #D5BCCA: hue angle of 326.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BCCA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 202 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.16 |
| HSL | 326.4º | 0.23% | 0.79% | - |
| HSV(B) | 326.4º | 0.12% | 0.84% | - |
| XYZ | 56.08 | 54.38 | 63.42 | - |
| YUV | 197.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 202 | 0 | 0.12 | 0.05 | 0.16 | 326.4 | 0.23 | 0.79 |
| Hex | D5 | BC | CA | 0 | C | 5 | 10 | 146 | 17 | 4F |
| Octal | 325 | 274 | 312 | 0 | 14 | 5 | 20 | 506 | 27 | 117 |
| Binary | 11010101 | 10111100 | 11001010 | 0 | 1100 | 101 | 10000 | 101000110 | 10111 | 1001111 |
Color Harmonies of #D5BCCA
Complementary color
Monochromatic Colors of #D5BCCA
Black with #D5BCCA
Text Example
Text Example
White with #D5BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCCA; }
p { color: rgb(213,188,202); }
H1.HeaderClassName
{
color: #D5BCCA;
}
.AnyTagClassName
{
color: #D5BCCA;
}
</style>
background-color css
<style>
a { background-color: #D5BCCA; }
a { background-color: rgb(213,188,202); }
div.DivClassName
{
background-color: #D5BCCA;
}
.BgClassName
{
background-color: #D5BCCA;
}
</style>
border-color css
<style>
span { border-color: #D5BCCA; }
span { border-color: rgb(213,188,202); }
td.TdClassName
{
border-color: #D5BCCA;
}
.TagClassName
{
border-color: #D5BCCA;
}
</style>