Shades of Twilight #D5BDC8
Tints of Twilight #D5BDC8
RGB
CMYK
RGB Variations
Color information
#D5BDC8 (or 0xD5BDC8) is known color: Twilight. HEX triplet: D5, BD and C8. RGB value is (213,189,200). Sum of RGB (Red+Green+Blue) = 213+189+200=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 200 (78.52% from 255 or 33.22% from 602); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDC8 is #2A4237. Grayscale: #C5C5C5. Windows color (decimal): -2769464 or 13155797. OLE color: 13155797.
HSL color Cylindrical-coordinate representation of color #D5BDC8: hue angle of 332.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BDC8 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 200 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.16 |
| HSL | 332.5º | 0.22% | 0.79% | - |
| HSV(B) | 332.5º | 0.11% | 0.84% | - |
| XYZ | 56.06 | 54.71 | 62.25 | - |
| YUV | 197.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 200 | 0 | 0.11 | 0.06 | 0.16 | 332.5 | 0.22 | 0.79 |
| Hex | D5 | BD | C8 | 0 | B | 6 | 10 | 14C | 16 | 4F |
| Octal | 325 | 275 | 310 | 0 | 13 | 6 | 20 | 514 | 26 | 117 |
| Binary | 11010101 | 10111101 | 11001000 | 0 | 1011 | 110 | 10000 | 101001100 | 10110 | 1001111 |
Color Harmonies of #D5BDC8
Complementary color
Monochromatic Colors of #D5BDC8
Black with #D5BDC8
Text Example
Text Example
White with #D5BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDC8; }
p { color: rgb(213,189,200); }
H1.HeaderClassName
{
color: #D5BDC8;
}
.AnyTagClassName
{
color: #D5BDC8;
}
</style>
background-color css
<style>
a { background-color: #D5BDC8; }
a { background-color: rgb(213,189,200); }
div.DivClassName
{
background-color: #D5BDC8;
}
.BgClassName
{
background-color: #D5BDC8;
}
</style>
border-color css
<style>
span { border-color: #D5BDC8; }
span { border-color: rgb(213,189,200); }
td.TdClassName
{
border-color: #D5BDC8;
}
.TagClassName
{
border-color: #D5BDC8;
}
</style>