Shades of Twilight #D3C4CC
Tints of Twilight #D3C4CC
RGB
CMYK
RGB Variations
Color information
#D3C4CC (or 0xD3C4CC) is known color: Twilight. HEX triplet: D3, C4 and CC. RGB value is (211,196,204). Sum of RGB (Red+Green+Blue) = 211+196+204=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4CC is #2C3B33. Grayscale: #C9C9C9. Windows color (decimal): -2898740 or 13419731. OLE color: 13419731.
HSL color Cylindrical-coordinate representation of color #D3C4CC: hue angle of 328º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3C4CC is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 204 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.17 |
| HSL | 328º | 0.15% | 0.8% | - |
| HSV(B) | 328º | 0.07% | 0.83% | - |
| XYZ | 57.5 | 57.69 | 65.23 | - |
| YUV | 201.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 204 | 0 | 0.07 | 0.03 | 0.17 | 328 | 0.15 | 0.8 |
| Hex | D3 | C4 | CC | 0 | 7 | 3 | 11 | 148 | F | 50 |
| Octal | 323 | 304 | 314 | 0 | 7 | 3 | 21 | 510 | 17 | 120 |
| Binary | 11010011 | 11000100 | 11001100 | 0 | 111 | 11 | 10001 | 101001000 | 1111 | 1010000 |
Color Harmonies of #D3C4CC
Complementary color
Monochromatic Colors of #D3C4CC
Black with #D3C4CC
Text Example
Text Example
White with #D3C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4CC; }
p { color: rgb(211,196,204); }
H1.HeaderClassName
{
color: #D3C4CC;
}
.AnyTagClassName
{
color: #D3C4CC;
}
</style>
background-color css
<style>
a { background-color: #D3C4CC; }
a { background-color: rgb(211,196,204); }
div.DivClassName
{
background-color: #D3C4CC;
}
.BgClassName
{
background-color: #D3C4CC;
}
</style>
border-color css
<style>
span { border-color: #D3C4CC; }
span { border-color: rgb(211,196,204); }
td.TdClassName
{
border-color: #D3C4CC;
}
.TagClassName
{
border-color: #D3C4CC;
}
</style>