Shades of Twilight #D9BECE
Tints of Twilight #D9BECE
RGB
CMYK
RGB Variations
Color information
#D9BECE (or 0xD9BECE) is known color: Twilight. HEX triplet: D9, BE and CE. RGB value is (217,190,206). Sum of RGB (Red+Green+Blue) = 217+190+206=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BECE is #264131. Grayscale: #C7C7C7. Windows color (decimal): -2507058 or 13549273. OLE color: 13549273.
HSL color Cylindrical-coordinate representation of color #D9BECE: hue angle of 324.44º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9BECE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 190 | 206 | - |
CMYK | 0 | 0.12 | 0.05 | 0.15 |
HSL | 324.44º | 0.26% | 0.8% | - |
HSV(B) | 324.44º | 0.12% | 0.85% | - |
XYZ | 58.17 | 56.03 | 66.14 | - |
YUV | 199.9 | 131.45 | 140.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 190 | 206 | 0 | 0.12 | 0.05 | 0.15 | 324.44 | 0.26 | 0.8 |
Hex | D9 | BE | CE | 0 | C | 5 | F | 144 | 1A | 50 |
Octal | 331 | 276 | 316 | 0 | 14 | 5 | 17 | 504 | 32 | 120 |
Binary | 11011001 | 10111110 | 11001110 | 0 | 1100 | 101 | 1111 | 101000100 | 11010 | 1010000 |
Color Harmonies of #D9BECE
Complementary color
Monochromatic Colors of #D9BECE
Black with #D9BECE
Text Example
Text Example
White with #D9BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BECE; }
p { color: rgb(217,190,206); }
H1.HeaderClassName
{
color: #D9BECE;
}
.AnyTagClassName
{
color: #D9BECE;
}
</style>
background-color css
<style>
a { background-color: #D9BECE; }
a { background-color: rgb(217,190,206); }
div.DivClassName
{
background-color: #D9BECE;
}
.BgClassName
{
background-color: #D9BECE;
}
</style>
border-color css
<style>
span { border-color: #D9BECE; }
span { border-color: rgb(217,190,206); }
td.TdClassName
{
border-color: #D9BECE;
}
.TagClassName
{
border-color: #D9BECE;
}
</style>