Shades of Twilight #D6B8CA
Tints of Twilight #D6B8CA
RGB
CMYK
RGB Variations
Color information
#D6B8CA (or 0xD6B8CA) is known color: Twilight. HEX triplet: D6, B8 and CA. RGB value is (214,184,202). Sum of RGB (Red+Green+Blue) = 214+184+202=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B8CA is #294735. Grayscale: #C2C2C2. Windows color (decimal): -2705206 or 13285590. OLE color: 13285590.
HSL color Cylindrical-coordinate representation of color #D6B8CA: hue angle of 324º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6B8CA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 202 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.16 |
| HSL | 324º | 0.27% | 0.78% | - |
| HSV(B) | 324º | 0.14% | 0.84% | - |
| XYZ | 55.53 | 52.84 | 63.15 | - |
| YUV | 195.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 202 | 0 | 0.14 | 0.06 | 0.16 | 324 | 0.27 | 0.78 |
| Hex | D6 | B8 | CA | 0 | E | 6 | 10 | 144 | 1B | 4E |
| Octal | 326 | 270 | 312 | 0 | 16 | 6 | 20 | 504 | 33 | 116 |
| Binary | 11010110 | 10111000 | 11001010 | 0 | 1110 | 110 | 10000 | 101000100 | 11011 | 1001110 |
Color Harmonies of #D6B8CA
Complementary color
Monochromatic Colors of #D6B8CA
Black with #D6B8CA
Text Example
Text Example
White with #D6B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B8CA; }
p { color: rgb(214,184,202); }
H1.HeaderClassName
{
color: #D6B8CA;
}
.AnyTagClassName
{
color: #D6B8CA;
}
</style>
background-color css
<style>
a { background-color: #D6B8CA; }
a { background-color: rgb(214,184,202); }
div.DivClassName
{
background-color: #D6B8CA;
}
.BgClassName
{
background-color: #D6B8CA;
}
</style>
border-color css
<style>
span { border-color: #D6B8CA; }
span { border-color: rgb(214,184,202); }
td.TdClassName
{
border-color: #D6B8CA;
}
.TagClassName
{
border-color: #D6B8CA;
}
</style>