Shades of Twilight #D1C4CA
Tints of Twilight #D1C4CA
RGB
CMYK
RGB Variations
Color information
#D1C4CA (or 0xD1C4CA) is known color: Twilight. HEX triplet: D1, C4 and CA. RGB value is (209,196,202). Sum of RGB (Red+Green+Blue) = 209+196+202=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C4CA is #2E3B35. Grayscale: #C8C8C8. Windows color (decimal): -3029814 or 13288657. OLE color: 13288657.
HSL color Cylindrical-coordinate representation of color #D1C4CA: hue angle of 332.31º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1C4CA is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 202 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.18 |
| HSL | 332.31º | 0.12% | 0.79% | - |
| HSV(B) | 332.31º | 0.06% | 0.82% | - |
| XYZ | 56.7 | 57.3 | 63.95 | - |
| YUV | 200.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 202 | 0 | 0.06 | 0.03 | 0.18 | 332.31 | 0.12 | 0.79 |
| Hex | D1 | C4 | CA | 0 | 6 | 3 | 12 | 14C | C | 4F |
| Octal | 321 | 304 | 312 | 0 | 6 | 3 | 22 | 514 | 14 | 117 |
| Binary | 11010001 | 11000100 | 11001010 | 0 | 110 | 11 | 10010 | 101001100 | 1100 | 1001111 |
Color Harmonies of #D1C4CA
Complementary color
Monochromatic Colors of #D1C4CA
Black with #D1C4CA
Text Example
Text Example
White with #D1C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C4CA; }
p { color: rgb(209,196,202); }
H1.HeaderClassName
{
color: #D1C4CA;
}
.AnyTagClassName
{
color: #D1C4CA;
}
</style>
background-color css
<style>
a { background-color: #D1C4CA; }
a { background-color: rgb(209,196,202); }
div.DivClassName
{
background-color: #D1C4CA;
}
.BgClassName
{
background-color: #D1C4CA;
}
</style>
border-color css
<style>
span { border-color: #D1C4CA; }
span { border-color: rgb(209,196,202); }
td.TdClassName
{
border-color: #D1C4CA;
}
.TagClassName
{
border-color: #D1C4CA;
}
</style>