Shades of Twilight #DDB3CA
Tints of Twilight #DDB3CA
RGB
CMYK
RGB Variations
Color information
#DDB3CA (or 0xDDB3CA) is known color: Twilight. HEX triplet: DD, B3 and CA. RGB value is (221,179,202). Sum of RGB (Red+Green+Blue) = 221+179+202=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB3CA is #224C35. Grayscale: #C2C2C2. Windows color (decimal): -2247734 or 13284317. OLE color: 13284317.
HSL color Cylindrical-coordinate representation of color #DDB3CA: hue angle of 327.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB3CA is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 202 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.13 |
| HSL | 327.14º | 0.38% | 0.78% | - |
| HSV(B) | 327.14º | 0.19% | 0.87% | - |
| XYZ | 56.6 | 51.88 | 62.91 | - |
| YUV | 194.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 202 | 0 | 0.19 | 0.09 | 0.13 | 327.14 | 0.38 | 0.78 |
| Hex | DD | B3 | CA | 0 | 13 | 9 | D | 147 | 26 | 4E |
| Octal | 335 | 263 | 312 | 0 | 23 | 11 | 15 | 507 | 46 | 116 |
| Binary | 11011101 | 10110011 | 11001010 | 0 | 10011 | 1001 | 1101 | 101000111 | 100110 | 1001110 |
Color Harmonies of #DDB3CA
Complementary color
Monochromatic Colors of #DDB3CA
Black with #DDB3CA
Text Example
Text Example
White with #DDB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB3CA; }
p { color: rgb(221,179,202); }
H1.HeaderClassName
{
color: #DDB3CA;
}
.AnyTagClassName
{
color: #DDB3CA;
}
</style>
background-color css
<style>
a { background-color: #DDB3CA; }
a { background-color: rgb(221,179,202); }
div.DivClassName
{
background-color: #DDB3CA;
}
.BgClassName
{
background-color: #DDB3CA;
}
</style>
border-color css
<style>
span { border-color: #DDB3CA; }
span { border-color: rgb(221,179,202); }
td.TdClassName
{
border-color: #DDB3CA;
}
.TagClassName
{
border-color: #DDB3CA;
}
</style>