Shades of Twilight #D7BECE
Tints of Twilight #D7BECE
RGB
CMYK
RGB Variations
Color information
#D7BECE (or 0xD7BECE) is known color: Twilight. HEX triplet: D7, BE and CE. RGB value is (215,190,206). Sum of RGB (Red+Green+Blue) = 215+190+206=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BECE is #284131. Grayscale: #C7C7C7. Windows color (decimal): -2638130 or 13549271. OLE color: 13549271.
HSL color Cylindrical-coordinate representation of color #D7BECE: hue angle of 321.6º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7BECE is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 190 | 206 | - |
CMYK | 0 | 0.12 | 0.04 | 0.16 |
HSL | 321.6º | 0.24% | 0.79% | - |
HSV(B) | 321.6º | 0.12% | 0.84% | - |
XYZ | 57.58 | 55.73 | 66.11 | - |
YUV | 199.3 | 131.78 | 139.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 190 | 206 | 0 | 0.12 | 0.04 | 0.16 | 321.6 | 0.24 | 0.79 |
Hex | D7 | BE | CE | 0 | C | 4 | 10 | 142 | 18 | 4F |
Octal | 327 | 276 | 316 | 0 | 14 | 4 | 20 | 502 | 30 | 117 |
Binary | 11010111 | 10111110 | 11001110 | 0 | 1100 | 100 | 10000 | 101000010 | 11000 | 1001111 |
Color Harmonies of #D7BECE
Complementary color
Monochromatic Colors of #D7BECE
Black with #D7BECE
Text Example
Text Example
White with #D7BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BECE; }
p { color: rgb(215,190,206); }
H1.HeaderClassName
{
color: #D7BECE;
}
.AnyTagClassName
{
color: #D7BECE;
}
</style>
background-color css
<style>
a { background-color: #D7BECE; }
a { background-color: rgb(215,190,206); }
div.DivClassName
{
background-color: #D7BECE;
}
.BgClassName
{
background-color: #D7BECE;
}
</style>
border-color css
<style>
span { border-color: #D7BECE; }
span { border-color: rgb(215,190,206); }
td.TdClassName
{
border-color: #D7BECE;
}
.TagClassName
{
border-color: #D7BECE;
}
</style>