Shades of Twilight #D8C4D2
Tints of Twilight #D8C4D2
RGB
CMYK
RGB Variations
Color information
#D8C4D2 (or 0xD8C4D2) is known color: Twilight. HEX triplet: D8, C4 and D2. RGB value is (216,196,210). Sum of RGB (Red+Green+Blue) = 216+196+210=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C4D2 is #273B2D. Grayscale: #CBCBCB. Windows color (decimal): -2571054 or 13812952. OLE color: 13812952.
HSL color Cylindrical-coordinate representation of color #D8C4D2: hue angle of 318º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8C4D2 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 210 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.15 |
| HSL | 318º | 0.2% | 0.81% | - |
| HSV(B) | 318º | 0.09% | 0.85% | - |
| XYZ | 59.69 | 58.73 | 69.16 | - |
| YUV | 203.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 210 | 0 | 0.09 | 0.03 | 0.15 | 318 | 0.2 | 0.81 |
| Hex | D8 | C4 | D2 | 0 | 9 | 3 | F | 13E | 14 | 51 |
| Octal | 330 | 304 | 322 | 0 | 11 | 3 | 17 | 476 | 24 | 121 |
| Binary | 11011000 | 11000100 | 11010010 | 0 | 1001 | 11 | 1111 | 100111110 | 10100 | 1010001 |
Color Harmonies of #D8C4D2
Complementary color
Monochromatic Colors of #D8C4D2
Black with #D8C4D2
Text Example
Text Example
White with #D8C4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C4D2; }
p { color: rgb(216,196,210); }
H1.HeaderClassName
{
color: #D8C4D2;
}
.AnyTagClassName
{
color: #D8C4D2;
}
</style>
background-color css
<style>
a { background-color: #D8C4D2; }
a { background-color: rgb(216,196,210); }
div.DivClassName
{
background-color: #D8C4D2;
}
.BgClassName
{
background-color: #D8C4D2;
}
</style>
border-color css
<style>
span { border-color: #D8C4D2; }
span { border-color: rgb(216,196,210); }
td.TdClassName
{
border-color: #D8C4D2;
}
.TagClassName
{
border-color: #D8C4D2;
}
</style>