Shades of Twilight #DDB7CA
Tints of Twilight #DDB7CA
RGB
CMYK
RGB Variations
Color information
#DDB7CA (or 0xDDB7CA) is known color: Twilight. HEX triplet: DD, B7 and CA. RGB value is (221,183,202). Sum of RGB (Red+Green+Blue) = 221+183+202=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7CA is #224835. Grayscale: #C4C4C4. Windows color (decimal): -2246710 or 13285341. OLE color: 13285341.
HSL color Cylindrical-coordinate representation of color #DDB7CA: hue angle of 330º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7CA is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 202 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.13 |
| HSL | 330º | 0.36% | 0.79% | - |
| HSV(B) | 330º | 0.17% | 0.87% | - |
| XYZ | 57.41 | 53.5 | 63.18 | - |
| YUV | 196.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 202 | 0 | 0.17 | 0.09 | 0.13 | 330 | 0.36 | 0.79 |
| Hex | DD | B7 | CA | 0 | 11 | 9 | D | 14A | 24 | 4F |
| Octal | 335 | 267 | 312 | 0 | 21 | 11 | 15 | 512 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11001010 | 0 | 10001 | 1001 | 1101 | 101001010 | 100100 | 1001111 |
Color Harmonies of #DDB7CA
Complementary color
Monochromatic Colors of #DDB7CA
Black with #DDB7CA
Text Example
Text Example
White with #DDB7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7CA; }
p { color: rgb(221,183,202); }
H1.HeaderClassName
{
color: #DDB7CA;
}
.AnyTagClassName
{
color: #DDB7CA;
}
</style>
background-color css
<style>
a { background-color: #DDB7CA; }
a { background-color: rgb(221,183,202); }
div.DivClassName
{
background-color: #DDB7CA;
}
.BgClassName
{
background-color: #DDB7CA;
}
</style>
border-color css
<style>
span { border-color: #DDB7CA; }
span { border-color: rgb(221,183,202); }
td.TdClassName
{
border-color: #DDB7CA;
}
.TagClassName
{
border-color: #DDB7CA;
}
</style>