Shades of Twilight #DDB6CA
Tints of Twilight #DDB6CA
RGB
CMYK
RGB Variations
Color information
#DDB6CA (or 0xDDB6CA) is known color: Twilight. HEX triplet: DD, B6 and CA. RGB value is (221,182,202). Sum of RGB (Red+Green+Blue) = 221+182+202=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB6CA is #224935. Grayscale: #C3C3C3. Windows color (decimal): -2246966 or 13285085. OLE color: 13285085.
HSL color Cylindrical-coordinate representation of color #DDB6CA: hue angle of 329.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB6CA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 202 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.13 |
| HSL | 329.23º | 0.36% | 0.79% | - |
| HSV(B) | 329.23º | 0.18% | 0.87% | - |
| XYZ | 57.21 | 53.09 | 63.11 | - |
| YUV | 195.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 202 | 0 | 0.18 | 0.09 | 0.13 | 329.23 | 0.36 | 0.79 |
| Hex | DD | B6 | CA | 0 | 12 | 9 | D | 149 | 24 | 4F |
| Octal | 335 | 266 | 312 | 0 | 22 | 11 | 15 | 511 | 44 | 117 |
| Binary | 11011101 | 10110110 | 11001010 | 0 | 10010 | 1001 | 1101 | 101001001 | 100100 | 1001111 |
Color Harmonies of #DDB6CA
Complementary color
Monochromatic Colors of #DDB6CA
Black with #DDB6CA
Text Example
Text Example
White with #DDB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6CA; }
p { color: rgb(221,182,202); }
H1.HeaderClassName
{
color: #DDB6CA;
}
.AnyTagClassName
{
color: #DDB6CA;
}
</style>
background-color css
<style>
a { background-color: #DDB6CA; }
a { background-color: rgb(221,182,202); }
div.DivClassName
{
background-color: #DDB6CA;
}
.BgClassName
{
background-color: #DDB6CA;
}
</style>
border-color css
<style>
span { border-color: #DDB6CA; }
span { border-color: rgb(221,182,202); }
td.TdClassName
{
border-color: #DDB6CA;
}
.TagClassName
{
border-color: #DDB6CA;
}
</style>