Shades of Twilight #DDB5CA
Tints of Twilight #DDB5CA
RGB
CMYK
RGB Variations
Color information
#DDB5CA (or 0xDDB5CA) is known color: Twilight. HEX triplet: DD, B5 and CA. RGB value is (221,181,202). Sum of RGB (Red+Green+Blue) = 221+181+202=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5CA is #224A35. Grayscale: #C3C3C3. Windows color (decimal): -2247222 or 13284829. OLE color: 13284829.
HSL color Cylindrical-coordinate representation of color #DDB5CA: hue angle of 328.5º degrees, saturation: 0.37, 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 #DDB5CA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 202 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.13 |
| HSL | 328.5º | 0.37% | 0.79% | - |
| HSV(B) | 328.5º | 0.18% | 0.87% | - |
| XYZ | 57 | 52.68 | 63.04 | - |
| YUV | 195.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 202 | 0 | 0.18 | 0.09 | 0.13 | 328.5 | 0.37 | 0.79 |
| Hex | DD | B5 | CA | 0 | 12 | 9 | D | 148 | 25 | 4F |
| Octal | 335 | 265 | 312 | 0 | 22 | 11 | 15 | 510 | 45 | 117 |
| Binary | 11011101 | 10110101 | 11001010 | 0 | 10010 | 1001 | 1101 | 101001000 | 100101 | 1001111 |
Color Harmonies of #DDB5CA
Complementary color
Monochromatic Colors of #DDB5CA
Black with #DDB5CA
Text Example
Text Example
White with #DDB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5CA; }
p { color: rgb(221,181,202); }
H1.HeaderClassName
{
color: #DDB5CA;
}
.AnyTagClassName
{
color: #DDB5CA;
}
</style>
background-color css
<style>
a { background-color: #DDB5CA; }
a { background-color: rgb(221,181,202); }
div.DivClassName
{
background-color: #DDB5CA;
}
.BgClassName
{
background-color: #DDB5CA;
}
</style>
border-color css
<style>
span { border-color: #DDB5CA; }
span { border-color: rgb(221,181,202); }
td.TdClassName
{
border-color: #DDB5CA;
}
.TagClassName
{
border-color: #DDB5CA;
}
</style>