Shades of Twilight #D9CCD3
Tints of Twilight #D9CCD3
RGB
CMYK
RGB Variations
Color information
#D9CCD3 (or 0xD9CCD3) is known color: Twilight. HEX triplet: D9, CC and D3. RGB value is (217,204,211). Sum of RGB (Red+Green+Blue) = 217+204+211=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCD3 is #26332C. Grayscale: #D0D0D0. Windows color (decimal): -2503469 or 13880537. OLE color: 13880537.
HSL color Cylindrical-coordinate representation of color #D9CCD3: hue angle of 327.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CCD3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 211 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.15 |
| HSL | 327.69º | 0.15% | 0.83% | - |
| HSV(B) | 327.69º | 0.06% | 0.85% | - |
| XYZ | 61.97 | 62.64 | 70.45 | - |
| YUV | 208.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 211 | 0 | 0.06 | 0.03 | 0.15 | 327.69 | 0.15 | 0.83 |
| Hex | D9 | CC | D3 | 0 | 6 | 3 | F | 148 | F | 53 |
| Octal | 331 | 314 | 323 | 0 | 6 | 3 | 17 | 510 | 17 | 123 |
| Binary | 11011001 | 11001100 | 11010011 | 0 | 110 | 11 | 1111 | 101001000 | 1111 | 1010011 |
Color Harmonies of #D9CCD3
Complementary color
Monochromatic Colors of #D9CCD3
Black with #D9CCD3
Text Example
Text Example
White with #D9CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCD3; }
p { color: rgb(217,204,211); }
H1.HeaderClassName
{
color: #D9CCD3;
}
.AnyTagClassName
{
color: #D9CCD3;
}
</style>
background-color css
<style>
a { background-color: #D9CCD3; }
a { background-color: rgb(217,204,211); }
div.DivClassName
{
background-color: #D9CCD3;
}
.BgClassName
{
background-color: #D9CCD3;
}
</style>
border-color css
<style>
span { border-color: #D9CCD3; }
span { border-color: rgb(217,204,211); }
td.TdClassName
{
border-color: #D9CCD3;
}
.TagClassName
{
border-color: #D9CCD3;
}
</style>