Shades of Twilight #D4BDC7
Tints of Twilight #D4BDC7
RGB
CMYK
RGB Variations
Color information
#D4BDC7 (or 0xD4BDC7) is known color: Twilight. HEX triplet: D4, BD and C7. RGB value is (212,189,199). Sum of RGB (Red+Green+Blue) = 212+189+199=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDC7 is #2B4238. Grayscale: #C5C5C5. Windows color (decimal): -2835001 or 13090260. OLE color: 13090260.
HSL color Cylindrical-coordinate representation of color #D4BDC7: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BDC7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 189 | 199 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.17 |
| HSL | 333.91º | 0.21% | 0.79% | - |
| HSV(B) | 333.91º | 0.11% | 0.83% | - |
| XYZ | 55.66 | 54.52 | 61.62 | - |
| YUV | 197.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 199 | 0 | 0.11 | 0.06 | 0.17 | 333.91 | 0.21 | 0.79 |
| Hex | D4 | BD | C7 | 0 | B | 6 | 11 | 14E | 15 | 4F |
| Octal | 324 | 275 | 307 | 0 | 13 | 6 | 21 | 516 | 25 | 117 |
| Binary | 11010100 | 10111101 | 11000111 | 0 | 1011 | 110 | 10001 | 101001110 | 10101 | 1001111 |
Color Harmonies of #D4BDC7
Complementary color
Monochromatic Colors of #D4BDC7
Black with #D4BDC7
Text Example
Text Example
White with #D4BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDC7; }
p { color: rgb(212,189,199); }
H1.HeaderClassName
{
color: #D4BDC7;
}
.AnyTagClassName
{
color: #D4BDC7;
}
</style>
background-color css
<style>
a { background-color: #D4BDC7; }
a { background-color: rgb(212,189,199); }
div.DivClassName
{
background-color: #D4BDC7;
}
.BgClassName
{
background-color: #D4BDC7;
}
</style>
border-color css
<style>
span { border-color: #D4BDC7; }
span { border-color: rgb(212,189,199); }
td.TdClassName
{
border-color: #D4BDC7;
}
.TagClassName
{
border-color: #D4BDC7;
}
</style>