Shades of Twilight #D7B5CC
Tints of Twilight #D7B5CC
RGB
CMYK
RGB Variations
Color information
#D7B5CC (or 0xD7B5CC) is known color: Twilight. HEX triplet: D7, B5 and CC. RGB value is (215,181,204). Sum of RGB (Red+Green+Blue) = 215+181+204=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B5CC is #284A33. Grayscale: #C1C1C1. Windows color (decimal): -2640436 or 13415895. OLE color: 13415895.
HSL color Cylindrical-coordinate representation of color #D7B5CC: hue angle of 319.41º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7B5CC is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 181 | 204 | - |
CMYK | 0 | 0.16 | 0.05 | 0.16 |
HSL | 319.41º | 0.3% | 0.78% | - |
HSV(B) | 319.41º | 0.16% | 0.84% | - |
XYZ | 55.45 | 51.85 | 64.21 | - |
YUV | 193.79 | 133.76 | 143.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 181 | 204 | 0 | 0.16 | 0.05 | 0.16 | 319.41 | 0.3 | 0.78 |
Hex | D7 | B5 | CC | 0 | 10 | 5 | 10 | 13F | 1E | 4E |
Octal | 327 | 265 | 314 | 0 | 20 | 5 | 20 | 477 | 36 | 116 |
Binary | 11010111 | 10110101 | 11001100 | 0 | 10000 | 101 | 10000 | 100111111 | 11110 | 1001110 |
Color Harmonies of #D7B5CC
Complementary color
Monochromatic Colors of #D7B5CC
Black with #D7B5CC
Text Example
Text Example
White with #D7B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B5CC; }
p { color: rgb(215,181,204); }
H1.HeaderClassName
{
color: #D7B5CC;
}
.AnyTagClassName
{
color: #D7B5CC;
}
</style>
background-color css
<style>
a { background-color: #D7B5CC; }
a { background-color: rgb(215,181,204); }
div.DivClassName
{
background-color: #D7B5CC;
}
.BgClassName
{
background-color: #D7B5CC;
}
</style>
border-color css
<style>
span { border-color: #D7B5CC; }
span { border-color: rgb(215,181,204); }
td.TdClassName
{
border-color: #D7B5CC;
}
.TagClassName
{
border-color: #D7B5CC;
}
</style>