Shades of Twilight #D6C5CB
Tints of Twilight #D6C5CB
RGB
CMYK
RGB Variations
Color information
#D6C5CB (or 0xD6C5CB) is known color: Twilight. HEX triplet: D6, C5 and CB. RGB value is (214,197,203). Sum of RGB (Red+Green+Blue) = 214+197+203=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C5CB is #293A34. Grayscale: #CACACA. Windows color (decimal): -2701877 or 13354454. OLE color: 13354454.
HSL color Cylindrical-coordinate representation of color #D6C5CB: hue angle of 338.82º degrees, saturation: 0.17, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6C5CB is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 203 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.16 |
| HSL | 338.82º | 0.17% | 0.81% | - |
| HSV(B) | 338.82º | 0.08% | 0.84% | - |
| XYZ | 58.48 | 58.54 | 64.72 | - |
| YUV | 202.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 203 | 0 | 0.08 | 0.05 | 0.16 | 338.82 | 0.17 | 0.81 |
| Hex | D6 | C5 | CB | 0 | 8 | 5 | 10 | 153 | 11 | 51 |
| Octal | 326 | 305 | 313 | 0 | 10 | 5 | 20 | 523 | 21 | 121 |
| Binary | 11010110 | 11000101 | 11001011 | 0 | 1000 | 101 | 10000 | 101010011 | 10001 | 1010001 |
Color Harmonies of #D6C5CB
Complementary color
Monochromatic Colors of #D6C5CB
Black with #D6C5CB
Text Example
Text Example
White with #D6C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C5CB; }
p { color: rgb(214,197,203); }
H1.HeaderClassName
{
color: #D6C5CB;
}
.AnyTagClassName
{
color: #D6C5CB;
}
</style>
background-color css
<style>
a { background-color: #D6C5CB; }
a { background-color: rgb(214,197,203); }
div.DivClassName
{
background-color: #D6C5CB;
}
.BgClassName
{
background-color: #D6C5CB;
}
</style>
border-color css
<style>
span { border-color: #D6C5CB; }
span { border-color: rgb(214,197,203); }
td.TdClassName
{
border-color: #D6C5CB;
}
.TagClassName
{
border-color: #D6C5CB;
}
</style>