Shades of Twilight #D0C5CB
Tints of Twilight #D0C5CB
RGB
CMYK
RGB Variations
Color information
#D0C5CB (or 0xD0C5CB) is known color: Twilight. HEX triplet: D0, C5 and CB. RGB value is (208,197,203). Sum of RGB (Red+Green+Blue) = 208+197+203=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5CB is #2F3A34. Grayscale: #C8C8C8. Windows color (decimal): -3095093 or 13354448. OLE color: 13354448.
HSL color Cylindrical-coordinate representation of color #D0C5CB: hue angle of 327.27º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0C5CB is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 203 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.18 |
| HSL | 327.27º | 0.1% | 0.79% | - |
| HSV(B) | 327.27º | 0.05% | 0.82% | - |
| XYZ | 56.76 | 57.65 | 64.64 | - |
| YUV | 200.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 203 | 0 | 0.05 | 0.02 | 0.18 | 327.27 | 0.1 | 0.79 |
| Hex | D0 | C5 | CB | 0 | 5 | 2 | 12 | 147 | A | 4F |
| Octal | 320 | 305 | 313 | 0 | 5 | 2 | 22 | 507 | 12 | 117 |
| Binary | 11010000 | 11000101 | 11001011 | 0 | 101 | 10 | 10010 | 101000111 | 1010 | 1001111 |
Color Harmonies of #D0C5CB
Complementary color
Monochromatic Colors of #D0C5CB
Black with #D0C5CB
Text Example
Text Example
White with #D0C5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5CB; }
p { color: rgb(208,197,203); }
H1.HeaderClassName
{
color: #D0C5CB;
}
.AnyTagClassName
{
color: #D0C5CB;
}
</style>
background-color css
<style>
a { background-color: #D0C5CB; }
a { background-color: rgb(208,197,203); }
div.DivClassName
{
background-color: #D0C5CB;
}
.BgClassName
{
background-color: #D0C5CB;
}
</style>
border-color css
<style>
span { border-color: #D0C5CB; }
span { border-color: rgb(208,197,203); }
td.TdClassName
{
border-color: #D0C5CB;
}
.TagClassName
{
border-color: #D0C5CB;
}
</style>