Shades of Twilight #DDB2CA
Tints of Twilight #DDB2CA
RGB
CMYK
RGB Variations
Color information
#DDB2CA (or 0xDDB2CA) is known color: Twilight. HEX triplet: DD, B2 and CA. RGB value is (221,178,202). Sum of RGB (Red+Green+Blue) = 221+178+202=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CA is #224D35. Grayscale: #C1C1C1. Windows color (decimal): -2247990 or 13284061. OLE color: 13284061.
HSL color Cylindrical-coordinate representation of color #DDB2CA: hue angle of 326.51º degrees, saturation: 0.39, 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 #DDB2CA is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 202 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.13 |
| HSL | 326.51º | 0.39% | 0.78% | - |
| HSV(B) | 326.51º | 0.19% | 0.87% | - |
| XYZ | 56.4 | 51.48 | 62.84 | - |
| YUV | 193.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 202 | 0 | 0.19 | 0.09 | 0.13 | 326.51 | 0.39 | 0.78 |
| Hex | DD | B2 | CA | 0 | 13 | 9 | D | 147 | 27 | 4E |
| Octal | 335 | 262 | 312 | 0 | 23 | 11 | 15 | 507 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11001010 | 0 | 10011 | 1001 | 1101 | 101000111 | 100111 | 1001110 |
Color Harmonies of #DDB2CA
Complementary color
Monochromatic Colors of #DDB2CA
Black with #DDB2CA
Text Example
Text Example
White with #DDB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2CA; }
p { color: rgb(221,178,202); }
H1.HeaderClassName
{
color: #DDB2CA;
}
.AnyTagClassName
{
color: #DDB2CA;
}
</style>
background-color css
<style>
a { background-color: #DDB2CA; }
a { background-color: rgb(221,178,202); }
div.DivClassName
{
background-color: #DDB2CA;
}
.BgClassName
{
background-color: #DDB2CA;
}
</style>
border-color css
<style>
span { border-color: #DDB2CA; }
span { border-color: rgb(221,178,202); }
td.TdClassName
{
border-color: #DDB2CA;
}
.TagClassName
{
border-color: #DDB2CA;
}
</style>