Shades of Twilight #D2C7CC
Tints of Twilight #D2C7CC
RGB
CMYK
RGB Variations
Color information
#D2C7CC (or 0xD2C7CC) is known color: Twilight. HEX triplet: D2, C7 and CC. RGB value is (210,199,204). Sum of RGB (Red+Green+Blue) = 210+199+204=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7CC is #2D3833. Grayscale: #CACACA. Windows color (decimal): -2963508 or 13420498. OLE color: 13420498.
HSL color Cylindrical-coordinate representation of color #D2C7CC: hue angle of 332.73º degrees, saturation: 0.11, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2C7CC is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 204 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.18 |
| HSL | 332.73º | 0.11% | 0.8% | - |
| HSV(B) | 332.73º | 0.05% | 0.82% | - |
| XYZ | 57.9 | 58.91 | 65.45 | - |
| YUV | 202.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 204 | 0 | 0.05 | 0.03 | 0.18 | 332.73 | 0.11 | 0.8 |
| Hex | D2 | C7 | CC | 0 | 5 | 3 | 12 | 14D | B | 50 |
| Octal | 322 | 307 | 314 | 0 | 5 | 3 | 22 | 515 | 13 | 120 |
| Binary | 11010010 | 11000111 | 11001100 | 0 | 101 | 11 | 10010 | 101001101 | 1011 | 1010000 |
Color Harmonies of #D2C7CC
Complementary color
Monochromatic Colors of #D2C7CC
Black with #D2C7CC
Text Example
Text Example
White with #D2C7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7CC; }
p { color: rgb(210,199,204); }
H1.HeaderClassName
{
color: #D2C7CC;
}
.AnyTagClassName
{
color: #D2C7CC;
}
</style>
background-color css
<style>
a { background-color: #D2C7CC; }
a { background-color: rgb(210,199,204); }
div.DivClassName
{
background-color: #D2C7CC;
}
.BgClassName
{
background-color: #D2C7CC;
}
</style>
border-color css
<style>
span { border-color: #D2C7CC; }
span { border-color: rgb(210,199,204); }
td.TdClassName
{
border-color: #D2C7CC;
}
.TagClassName
{
border-color: #D2C7CC;
}
</style>