Shades of Twilight #D4B8C7
Tints of Twilight #D4B8C7
RGB
CMYK
RGB Variations
Color information
#D4B8C7 (or 0xD4B8C7) is known color: Twilight. HEX triplet: D4, B8 and C7. RGB value is (212,184,199). Sum of RGB (Red+Green+Blue) = 212+184+199=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B8C7 is #2B4738. Grayscale: #C2C2C2. Windows color (decimal): -2836281 or 13088980. OLE color: 13088980.
HSL color Cylindrical-coordinate representation of color #D4B8C7: hue angle of 327.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4B8C7 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 184 | 199 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.17 |
| HSL | 327.86º | 0.25% | 0.78% | - |
| HSV(B) | 327.86º | 0.13% | 0.83% | - |
| XYZ | 54.6 | 52.4 | 61.27 | - |
| YUV | 194.08 | 130.78 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 184 | 199 | 0 | 0.13 | 0.06 | 0.17 | 327.86 | 0.25 | 0.78 |
| Hex | D4 | B8 | C7 | 0 | D | 6 | 11 | 148 | 19 | 4E |
| Octal | 324 | 270 | 307 | 0 | 15 | 6 | 21 | 510 | 31 | 116 |
| Binary | 11010100 | 10111000 | 11000111 | 0 | 1101 | 110 | 10001 | 101001000 | 11001 | 1001110 |
Color Harmonies of #D4B8C7
Complementary color
Monochromatic Colors of #D4B8C7
Black with #D4B8C7
Text Example
Text Example
White with #D4B8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B8C7; }
p { color: rgb(212,184,199); }
H1.HeaderClassName
{
color: #D4B8C7;
}
.AnyTagClassName
{
color: #D4B8C7;
}
</style>
background-color css
<style>
a { background-color: #D4B8C7; }
a { background-color: rgb(212,184,199); }
div.DivClassName
{
background-color: #D4B8C7;
}
.BgClassName
{
background-color: #D4B8C7;
}
</style>
border-color css
<style>
span { border-color: #D4B8C7; }
span { border-color: rgb(212,184,199); }
td.TdClassName
{
border-color: #D4B8C7;
}
.TagClassName
{
border-color: #D4B8C7;
}
</style>