Shades of Twilight #D9C2CC
Tints of Twilight #D9C2CC
RGB
CMYK
RGB Variations
Color information
#D9C2CC (or 0xD9C2CC) is known color: Twilight. HEX triplet: D9, C2 and CC. RGB value is (217,194,204). Sum of RGB (Red+Green+Blue) = 217+194+204=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C2CC is #263D33. Grayscale: #CACACA. Windows color (decimal): -2506036 or 13419225. OLE color: 13419225.
HSL color Cylindrical-coordinate representation of color #D9C2CC: hue angle of 333.91º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9C2CC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 204 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.15 |
| HSL | 333.91º | 0.23% | 0.81% | - |
| HSV(B) | 333.91º | 0.11% | 0.85% | - |
| XYZ | 58.81 | 57.69 | 65.16 | - |
| YUV | 202.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 204 | 0 | 0.11 | 0.06 | 0.15 | 333.91 | 0.23 | 0.81 |
| Hex | D9 | C2 | CC | 0 | B | 6 | F | 14E | 17 | 51 |
| Octal | 331 | 302 | 314 | 0 | 13 | 6 | 17 | 516 | 27 | 121 |
| Binary | 11011001 | 11000010 | 11001100 | 0 | 1011 | 110 | 1111 | 101001110 | 10111 | 1010001 |
Color Harmonies of #D9C2CC
Complementary color
Monochromatic Colors of #D9C2CC
Black with #D9C2CC
Text Example
Text Example
White with #D9C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C2CC; }
p { color: rgb(217,194,204); }
H1.HeaderClassName
{
color: #D9C2CC;
}
.AnyTagClassName
{
color: #D9C2CC;
}
</style>
background-color css
<style>
a { background-color: #D9C2CC; }
a { background-color: rgb(217,194,204); }
div.DivClassName
{
background-color: #D9C2CC;
}
.BgClassName
{
background-color: #D9C2CC;
}
</style>
border-color css
<style>
span { border-color: #D9C2CC; }
span { border-color: rgb(217,194,204); }
td.TdClassName
{
border-color: #D9C2CC;
}
.TagClassName
{
border-color: #D9C2CC;
}
</style>