Shades of Twilight #D1CACD
Tints of Twilight #D1CACD
RGB
CMYK
RGB Variations
Color information
#D1CACD (or 0xD1CACD) is known color: Twilight. HEX triplet: D1, CA and CD. RGB value is (209,202,205). Sum of RGB (Red+Green+Blue) = 209+202+205=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CACD is #2E3532. Grayscale: #CCCCCC. Windows color (decimal): -3028275 or 13486801. OLE color: 13486801.
HSL color Cylindrical-coordinate representation of color #D1CACD: hue angle of 334.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CACD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 202 | 205 | - |
CMYK | 0 | 0.03 | 0.02 | 0.18 |
HSL | 334.29º | 0.07% | 0.81% | - |
HSV(B) | 334.29º | 0.03% | 0.82% | - |
XYZ | 58.43 | 60.2 | 66.3 | - |
YUV | 204.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 202 | 205 | 0 | 0.03 | 0.02 | 0.18 | 334.29 | 0.07 | 0.81 |
Hex | D1 | CA | CD | 0 | 3 | 2 | 12 | 14E | 7 | 51 |
Octal | 321 | 312 | 315 | 0 | 3 | 2 | 22 | 516 | 7 | 121 |
Binary | 11010001 | 11001010 | 11001101 | 0 | 11 | 10 | 10010 | 101001110 | 111 | 1010001 |
Color Harmonies of #D1CACD
Complementary color
Monochromatic Colors of #D1CACD
Black with #D1CACD
Text Example
Text Example
White with #D1CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CACD; }
p { color: rgb(209,202,205); }
H1.HeaderClassName
{
color: #D1CACD;
}
.AnyTagClassName
{
color: #D1CACD;
}
</style>
background-color css
<style>
a { background-color: #D1CACD; }
a { background-color: rgb(209,202,205); }
div.DivClassName
{
background-color: #D1CACD;
}
.BgClassName
{
background-color: #D1CACD;
}
</style>
border-color css
<style>
span { border-color: #D1CACD; }
span { border-color: rgb(209,202,205); }
td.TdClassName
{
border-color: #D1CACD;
}
.TagClassName
{
border-color: #D1CACD;
}
</style>