Shades of Twilight #D1CACF
Tints of Twilight #D1CACF
RGB
CMYK
RGB Variations
Color information
#D1CACF (or 0xD1CACF) is known color: Twilight. HEX triplet: D1, CA and CF. RGB value is (209,202,207). Sum of RGB (Red+Green+Blue) = 209+202+207=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CACF is #2E3530. Grayscale: #CCCCCC. Windows color (decimal): -3028273 or 13617873. OLE color: 13617873.
HSL color Cylindrical-coordinate representation of color #D1CACF: hue angle of 317.14º 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 #D1CACF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 207 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.18 |
| HSL | 317.14º | 0.07% | 0.81% | - |
| HSV(B) | 317.14º | 0.03% | 0.82% | - |
| XYZ | 58.68 | 60.3 | 67.58 | - |
| YUV | 204.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 207 | 0 | 0.03 | 0.01 | 0.18 | 317.14 | 0.07 | 0.81 |
| Hex | D1 | CA | CF | 0 | 3 | 1 | 12 | 13D | 7 | 51 |
| Octal | 321 | 312 | 317 | 0 | 3 | 1 | 22 | 475 | 7 | 121 |
| Binary | 11010001 | 11001010 | 11001111 | 0 | 11 | 1 | 10010 | 100111101 | 111 | 1010001 |
Color Harmonies of #D1CACF
Complementary color
Monochromatic Colors of #D1CACF
Black with #D1CACF
Text Example
Text Example
White with #D1CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CACF; }
p { color: rgb(209,202,207); }
H1.HeaderClassName
{
color: #D1CACF;
}
.AnyTagClassName
{
color: #D1CACF;
}
</style>
background-color css
<style>
a { background-color: #D1CACF; }
a { background-color: rgb(209,202,207); }
div.DivClassName
{
background-color: #D1CACF;
}
.BgClassName
{
background-color: #D1CACF;
}
</style>
border-color css
<style>
span { border-color: #D1CACF; }
span { border-color: rgb(209,202,207); }
td.TdClassName
{
border-color: #D1CACF;
}
.TagClassName
{
border-color: #D1CACF;
}
</style>