Shades of Twilight #DDC2CB
Tints of Twilight #DDC2CB
RGB
CMYK
RGB Variations
Color information
#DDC2CB (or 0xDDC2CB) is known color: Twilight. HEX triplet: DD, C2 and CB. RGB value is (221,194,203). Sum of RGB (Red+Green+Blue) = 221+194+203=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2CB is #223D34. Grayscale: #CBCBCB. Windows color (decimal): -2243893 or 13353693. OLE color: 13353693.
HSL color Cylindrical-coordinate representation of color #DDC2CB: hue angle of 340º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2CB is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 203 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.13 |
| HSL | 340º | 0.28% | 0.81% | - |
| HSV(B) | 340º | 0.12% | 0.87% | - |
| XYZ | 59.89 | 58.27 | 64.59 | - |
| YUV | 203.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 203 | 0 | 0.12 | 0.08 | 0.13 | 340 | 0.28 | 0.81 |
| Hex | DD | C2 | CB | 0 | C | 8 | D | 154 | 1C | 51 |
| Octal | 335 | 302 | 313 | 0 | 14 | 10 | 15 | 524 | 34 | 121 |
| Binary | 11011101 | 11000010 | 11001011 | 0 | 1100 | 1000 | 1101 | 101010100 | 11100 | 1010001 |
Color Harmonies of #DDC2CB
Complementary color
Monochromatic Colors of #DDC2CB
Black with #DDC2CB
Text Example
Text Example
White with #DDC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2CB; }
p { color: rgb(221,194,203); }
H1.HeaderClassName
{
color: #DDC2CB;
}
.AnyTagClassName
{
color: #DDC2CB;
}
</style>
background-color css
<style>
a { background-color: #DDC2CB; }
a { background-color: rgb(221,194,203); }
div.DivClassName
{
background-color: #DDC2CB;
}
.BgClassName
{
background-color: #DDC2CB;
}
</style>
border-color css
<style>
span { border-color: #DDC2CB; }
span { border-color: rgb(221,194,203); }
td.TdClassName
{
border-color: #DDC2CB;
}
.TagClassName
{
border-color: #DDC2CB;
}
</style>