Shades of Twilight #D8CDD3
Tints of Twilight #D8CDD3
RGB
CMYK
RGB Variations
Color information
#D8CDD3 (or 0xD8CDD3) is known color: Twilight. HEX triplet: D8, CD and D3. RGB value is (216,205,211). Sum of RGB (Red+Green+Blue) = 216+205+211=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDD3 is #27322C. Grayscale: #D0D0D0. Windows color (decimal): -2568749 or 13880792. OLE color: 13880792.
HSL color Cylindrical-coordinate representation of color #D8CDD3: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8CDD3 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 211 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.15 |
| HSL | 327.27º | 0.12% | 0.83% | - |
| HSV(B) | 327.27º | 0.05% | 0.85% | - |
| XYZ | 61.91 | 62.96 | 70.52 | - |
| YUV | 208.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 211 | 0 | 0.05 | 0.02 | 0.15 | 327.27 | 0.12 | 0.83 |
| Hex | D8 | CD | D3 | 0 | 5 | 2 | F | 147 | C | 53 |
| Octal | 330 | 315 | 323 | 0 | 5 | 2 | 17 | 507 | 14 | 123 |
| Binary | 11011000 | 11001101 | 11010011 | 0 | 101 | 10 | 1111 | 101000111 | 1100 | 1010011 |
Color Harmonies of #D8CDD3
Complementary color
Monochromatic Colors of #D8CDD3
Black with #D8CDD3
Text Example
Text Example
White with #D8CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDD3; }
p { color: rgb(216,205,211); }
H1.HeaderClassName
{
color: #D8CDD3;
}
.AnyTagClassName
{
color: #D8CDD3;
}
</style>
background-color css
<style>
a { background-color: #D8CDD3; }
a { background-color: rgb(216,205,211); }
div.DivClassName
{
background-color: #D8CDD3;
}
.BgClassName
{
background-color: #D8CDD3;
}
</style>
border-color css
<style>
span { border-color: #D8CDD3; }
span { border-color: rgb(216,205,211); }
td.TdClassName
{
border-color: #D8CDD3;
}
.TagClassName
{
border-color: #D8CDD3;
}
</style>