Shades of Twilight #DDC1D4
Tints of Twilight #DDC1D4
RGB
CMYK
RGB Variations
Color information
#DDC1D4 (or 0xDDC1D4) is known color: Twilight. HEX triplet: DD, C1 and D4. RGB value is (221,193,212). Sum of RGB (Red+Green+Blue) = 221+193+212=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1D4 is #223E2B. Grayscale: #CBCBCB. Windows color (decimal): -2244140 or 13943261. OLE color: 13943261.
HSL color Cylindrical-coordinate representation of color #DDC1D4: hue angle of 319.29º 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 #DDC1D4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 212 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.13 |
| HSL | 319.29º | 0.29% | 0.81% | - |
| HSV(B) | 319.29º | 0.13% | 0.87% | - |
| XYZ | 60.77 | 58.27 | 70.33 | - |
| YUV | 203.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 212 | 0 | 0.13 | 0.04 | 0.13 | 319.29 | 0.29 | 0.81 |
| Hex | DD | C1 | D4 | 0 | D | 4 | D | 13F | 1D | 51 |
| Octal | 335 | 301 | 324 | 0 | 15 | 4 | 15 | 477 | 35 | 121 |
| Binary | 11011101 | 11000001 | 11010100 | 0 | 1101 | 100 | 1101 | 100111111 | 11101 | 1010001 |
Color Harmonies of #DDC1D4
Complementary color
Monochromatic Colors of #DDC1D4
Black with #DDC1D4
Text Example
Text Example
White with #DDC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1D4; }
p { color: rgb(221,193,212); }
H1.HeaderClassName
{
color: #DDC1D4;
}
.AnyTagClassName
{
color: #DDC1D4;
}
</style>
background-color css
<style>
a { background-color: #DDC1D4; }
a { background-color: rgb(221,193,212); }
div.DivClassName
{
background-color: #DDC1D4;
}
.BgClassName
{
background-color: #DDC1D4;
}
</style>
border-color css
<style>
span { border-color: #DDC1D4; }
span { border-color: rgb(221,193,212); }
td.TdClassName
{
border-color: #DDC1D4;
}
.TagClassName
{
border-color: #DDC1D4;
}
</style>