Shades of Twilight #D5CAD1
Tints of Twilight #D5CAD1
RGB
CMYK
RGB Variations
Color information
#D5CAD1 (or 0xD5CAD1) is known color: Twilight. HEX triplet: D5, CA and D1. RGB value is (213,202,209). Sum of RGB (Red+Green+Blue) = 213+202+209=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD1 is #2A352E. Grayscale: #CECECE. Windows color (decimal): -2766127 or 13748949. OLE color: 13748949.
HSL color Cylindrical-coordinate representation of color #D5CAD1: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CAD1 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 209 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.16 |
| HSL | 321.82º | 0.12% | 0.81% | - |
| HSV(B) | 321.82º | 0.05% | 0.84% | - |
| XYZ | 60.07 | 60.99 | 68.93 | - |
| YUV | 206.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 209 | 0 | 0.05 | 0.02 | 0.16 | 321.82 | 0.12 | 0.81 |
| Hex | D5 | CA | D1 | 0 | 5 | 2 | 10 | 142 | C | 51 |
| Octal | 325 | 312 | 321 | 0 | 5 | 2 | 20 | 502 | 14 | 121 |
| Binary | 11010101 | 11001010 | 11010001 | 0 | 101 | 10 | 10000 | 101000010 | 1100 | 1010001 |
Color Harmonies of #D5CAD1
Complementary color
Monochromatic Colors of #D5CAD1
Black with #D5CAD1
Text Example
Text Example
White with #D5CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAD1; }
p { color: rgb(213,202,209); }
H1.HeaderClassName
{
color: #D5CAD1;
}
.AnyTagClassName
{
color: #D5CAD1;
}
</style>
background-color css
<style>
a { background-color: #D5CAD1; }
a { background-color: rgb(213,202,209); }
div.DivClassName
{
background-color: #D5CAD1;
}
.BgClassName
{
background-color: #D5CAD1;
}
</style>
border-color css
<style>
span { border-color: #D5CAD1; }
span { border-color: rgb(213,202,209); }
td.TdClassName
{
border-color: #D5CAD1;
}
.TagClassName
{
border-color: #D5CAD1;
}
</style>