Shades of Twilight #D6CBD1
Tints of Twilight #D6CBD1
RGB
CMYK
RGB Variations
Color information
#D6CBD1 (or 0xD6CBD1) is known color: Twilight. HEX triplet: D6, CB and D1. RGB value is (214,203,209). Sum of RGB (Red+Green+Blue) = 214+203+209=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD1 is #29342E. Grayscale: #CECECE. Windows color (decimal): -2700335 or 13749206. OLE color: 13749206.
HSL color Cylindrical-coordinate representation of color #D6CBD1: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CBD1 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 209 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.16 |
| HSL | 327.27º | 0.12% | 0.82% | - |
| HSV(B) | 327.27º | 0.05% | 0.84% | - |
| XYZ | 60.6 | 61.61 | 69.02 | - |
| YUV | 206.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 209 | 0 | 0.05 | 0.02 | 0.16 | 327.27 | 0.12 | 0.82 |
| Hex | D6 | CB | D1 | 0 | 5 | 2 | 10 | 147 | C | 52 |
| Octal | 326 | 313 | 321 | 0 | 5 | 2 | 20 | 507 | 14 | 122 |
| Binary | 11010110 | 11001011 | 11010001 | 0 | 101 | 10 | 10000 | 101000111 | 1100 | 1010010 |
Color Harmonies of #D6CBD1
Complementary color
Monochromatic Colors of #D6CBD1
Black with #D6CBD1
Text Example
Text Example
White with #D6CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBD1; }
p { color: rgb(214,203,209); }
H1.HeaderClassName
{
color: #D6CBD1;
}
.AnyTagClassName
{
color: #D6CBD1;
}
</style>
background-color css
<style>
a { background-color: #D6CBD1; }
a { background-color: rgb(214,203,209); }
div.DivClassName
{
background-color: #D6CBD1;
}
.BgClassName
{
background-color: #D6CBD1;
}
</style>
border-color css
<style>
span { border-color: #D6CBD1; }
span { border-color: rgb(214,203,209); }
td.TdClassName
{
border-color: #D6CBD1;
}
.TagClassName
{
border-color: #D6CBD1;
}
</style>