Shades of Twilight #D0C5CA
Tints of Twilight #D0C5CA
RGB
CMYK
RGB Variations
Color information
#D0C5CA (or 0xD0C5CA) is known color: Twilight. HEX triplet: D0, C5 and CA. RGB value is (208,197,202). Sum of RGB (Red+Green+Blue) = 208+197+202=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5CA is #2F3A35. Grayscale: #C8C8C8. Windows color (decimal): -3095094 or 13288912. OLE color: 13288912.
HSL color Cylindrical-coordinate representation of color #D0C5CA: hue angle of 332.73º 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 #D0C5CA is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 202 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.18 |
| HSL | 332.73º | 0.1% | 0.79% | - |
| HSV(B) | 332.73º | 0.05% | 0.82% | - |
| XYZ | 56.64 | 57.61 | 64.01 | - |
| YUV | 200.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 202 | 0 | 0.05 | 0.03 | 0.18 | 332.73 | 0.1 | 0.79 |
| Hex | D0 | C5 | CA | 0 | 5 | 3 | 12 | 14D | A | 4F |
| Octal | 320 | 305 | 312 | 0 | 5 | 3 | 22 | 515 | 12 | 117 |
| Binary | 11010000 | 11000101 | 11001010 | 0 | 101 | 11 | 10010 | 101001101 | 1010 | 1001111 |
Color Harmonies of #D0C5CA
Complementary color
Monochromatic Colors of #D0C5CA
Black with #D0C5CA
Text Example
Text Example
White with #D0C5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C5CA; }
p { color: rgb(208,197,202); }
H1.HeaderClassName
{
color: #D0C5CA;
}
.AnyTagClassName
{
color: #D0C5CA;
}
</style>
background-color css
<style>
a { background-color: #D0C5CA; }
a { background-color: rgb(208,197,202); }
div.DivClassName
{
background-color: #D0C5CA;
}
.BgClassName
{
background-color: #D0C5CA;
}
</style>
border-color css
<style>
span { border-color: #D0C5CA; }
span { border-color: rgb(208,197,202); }
td.TdClassName
{
border-color: #D0C5CA;
}
.TagClassName
{
border-color: #D0C5CA;
}
</style>