Shades of Twilight #D8C1CB
Tints of Twilight #D8C1CB
RGB
CMYK
RGB Variations
Color information
#D8C1CB (or 0xD8C1CB) is known color: Twilight. HEX triplet: D8, C1 and CB. RGB value is (216,193,203). Sum of RGB (Red+Green+Blue) = 216+193+203=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C1CB is #273E34. Grayscale: #C9C9C9. Windows color (decimal): -2571829 or 13353432. OLE color: 13353432.
HSL color Cylindrical-coordinate representation of color #D8C1CB: hue angle of 333.91º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8C1CB is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 203 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 333.91º | 0.23% | 0.8% | - |
| HSV(B) | 333.91º | 0.11% | 0.85% | - |
| XYZ | 58.17 | 57.05 | 64.45 | - |
| YUV | 201.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 203 | 0 | 0.11 | 0.06 | 0.15 | 333.91 | 0.23 | 0.8 |
| Hex | D8 | C1 | CB | 0 | B | 6 | F | 14E | 17 | 50 |
| Octal | 330 | 301 | 313 | 0 | 13 | 6 | 17 | 516 | 27 | 120 |
| Binary | 11011000 | 11000001 | 11001011 | 0 | 1011 | 110 | 1111 | 101001110 | 10111 | 1010000 |
Color Harmonies of #D8C1CB
Complementary color
Monochromatic Colors of #D8C1CB
Black with #D8C1CB
Text Example
Text Example
White with #D8C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C1CB; }
p { color: rgb(216,193,203); }
H1.HeaderClassName
{
color: #D8C1CB;
}
.AnyTagClassName
{
color: #D8C1CB;
}
</style>
background-color css
<style>
a { background-color: #D8C1CB; }
a { background-color: rgb(216,193,203); }
div.DivClassName
{
background-color: #D8C1CB;
}
.BgClassName
{
background-color: #D8C1CB;
}
</style>
border-color css
<style>
span { border-color: #D8C1CB; }
span { border-color: rgb(216,193,203); }
td.TdClassName
{
border-color: #D8C1CB;
}
.TagClassName
{
border-color: #D8C1CB;
}
</style>