Shades of Twilight #D5BBC9
Tints of Twilight #D5BBC9
RGB
CMYK
RGB Variations
Color information
#D5BBC9 (or 0xD5BBC9) is known color: Twilight. HEX triplet: D5, BB and C9. RGB value is (213,187,201). Sum of RGB (Red+Green+Blue) = 213+187+201=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 201 (78.91% from 255 or 33.44% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBC9 is #2A4436. Grayscale: #C4C4C4. Windows color (decimal): -2769975 or 13220821. OLE color: 13220821.
HSL color Cylindrical-coordinate representation of color #D5BBC9: hue angle of 327.69º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBC9 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 187 | 201 | - |
CMYK | 0 | 0.12 | 0.06 | 0.16 |
HSL | 327.69º | 0.24% | 0.78% | - |
HSV(B) | 327.69º | 0.12% | 0.84% | - |
XYZ | 55.75 | 53.9 | 62.72 | - |
YUV | 196.37 | 130.61 | 139.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 187 | 201 | 0 | 0.12 | 0.06 | 0.16 | 327.69 | 0.24 | 0.78 |
Hex | D5 | BB | C9 | 0 | C | 6 | 10 | 148 | 18 | 4E |
Octal | 325 | 273 | 311 | 0 | 14 | 6 | 20 | 510 | 30 | 116 |
Binary | 11010101 | 10111011 | 11001001 | 0 | 1100 | 110 | 10000 | 101001000 | 11000 | 1001110 |
Color Harmonies of #D5BBC9
Complementary color
Monochromatic Colors of #D5BBC9
Black with #D5BBC9
Text Example
Text Example
White with #D5BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBC9; }
p { color: rgb(213,187,201); }
H1.HeaderClassName
{
color: #D5BBC9;
}
.AnyTagClassName
{
color: #D5BBC9;
}
</style>
background-color css
<style>
a { background-color: #D5BBC9; }
a { background-color: rgb(213,187,201); }
div.DivClassName
{
background-color: #D5BBC9;
}
.BgClassName
{
background-color: #D5BBC9;
}
</style>
border-color css
<style>
span { border-color: #D5BBC9; }
span { border-color: rgb(213,187,201); }
td.TdClassName
{
border-color: #D5BBC9;
}
.TagClassName
{
border-color: #D5BBC9;
}
</style>