Shades of Twilight #DDC1D3
Tints of Twilight #DDC1D3
RGB
CMYK
RGB Variations
Color information
#DDC1D3 (or 0xDDC1D3) is known color: Twilight. HEX triplet: DD, C1 and D3. RGB value is (221,193,211). Sum of RGB (Red+Green+Blue) = 221+193+211=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1D3 is #223E2C. Grayscale: #CBCBCB. Windows color (decimal): -2244141 or 13877725. OLE color: 13877725.
HSL color Cylindrical-coordinate representation of color #DDC1D3: hue angle of 321.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1D3 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 211 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.13 |
| HSL | 321.43º | 0.29% | 0.81% | - |
| HSV(B) | 321.43º | 0.13% | 0.87% | - |
| XYZ | 60.65 | 58.22 | 69.67 | - |
| YUV | 203.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 211 | 0 | 0.13 | 0.05 | 0.13 | 321.43 | 0.29 | 0.81 |
| Hex | DD | C1 | D3 | 0 | D | 5 | D | 141 | 1D | 51 |
| Octal | 335 | 301 | 323 | 0 | 15 | 5 | 15 | 501 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11010011 | 0 | 1101 | 101 | 1101 | 101000001 | 11101 | 1010001 |
Color Harmonies of #DDC1D3
Complementary color
Monochromatic Colors of #DDC1D3
Black with #DDC1D3
Text Example
Text Example
White with #DDC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1D3; }
p { color: rgb(221,193,211); }
H1.HeaderClassName
{
color: #DDC1D3;
}
.AnyTagClassName
{
color: #DDC1D3;
}
</style>
background-color css
<style>
a { background-color: #DDC1D3; }
a { background-color: rgb(221,193,211); }
div.DivClassName
{
background-color: #DDC1D3;
}
.BgClassName
{
background-color: #DDC1D3;
}
</style>
border-color css
<style>
span { border-color: #DDC1D3; }
span { border-color: rgb(221,193,211); }
td.TdClassName
{
border-color: #DDC1D3;
}
.TagClassName
{
border-color: #DDC1D3;
}
</style>