Shades of Twilight #D7B0C2
Tints of Twilight #D7B0C2
RGB
CMYK
RGB Variations
Color information
#D7B0C2 (or 0xD7B0C2) is known color: Twilight. HEX triplet: D7, B0 and C2. RGB value is (215,176,194). Sum of RGB (Red+Green+Blue) = 215+176+194=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0C2 is #284F3D. Grayscale: #BDBDBD. Windows color (decimal): -2641726 or 12759255. OLE color: 12759255.
HSL color Cylindrical-coordinate representation of color #D7B0C2: hue angle of 332.31º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B0C2 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 194 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.16 |
| HSL | 332.31º | 0.33% | 0.77% | - |
| HSV(B) | 332.31º | 0.18% | 0.84% | - |
| XYZ | 53.29 | 49.39 | 57.76 | - |
| YUV | 189.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 194 | 0 | 0.18 | 0.10 | 0.16 | 332.31 | 0.33 | 0.77 |
| Hex | D7 | B0 | C2 | 0 | 12 | A | 10 | 14C | 21 | 4D |
| Octal | 327 | 260 | 302 | 0 | 22 | 12 | 20 | 514 | 41 | 115 |
| Binary | 11010111 | 10110000 | 11000010 | 0 | 10010 | 1010 | 10000 | 101001100 | 100001 | 1001101 |
Color Harmonies of #D7B0C2
Complementary color
Monochromatic Colors of #D7B0C2
Black with #D7B0C2
Text Example
Text Example
White with #D7B0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B0C2; }
p { color: rgb(215,176,194); }
H1.HeaderClassName
{
color: #D7B0C2;
}
.AnyTagClassName
{
color: #D7B0C2;
}
</style>
background-color css
<style>
a { background-color: #D7B0C2; }
a { background-color: rgb(215,176,194); }
div.DivClassName
{
background-color: #D7B0C2;
}
.BgClassName
{
background-color: #D7B0C2;
}
</style>
border-color css
<style>
span { border-color: #D7B0C2; }
span { border-color: rgb(215,176,194); }
td.TdClassName
{
border-color: #D7B0C2;
}
.TagClassName
{
border-color: #D7B0C2;
}
</style>