Shades of Twilight #DDB0C5
Tints of Twilight #DDB0C5
RGB
CMYK
RGB Variations
Color information
#DDB0C5 (or 0xDDB0C5) is known color: Twilight. HEX triplet: DD, B0 and C5. RGB value is (221,176,197). Sum of RGB (Red+Green+Blue) = 221+176+197=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0C5 is #224F3A. Grayscale: #BFBFBF. Windows color (decimal): -2248507 or 12955869. OLE color: 12955869.
HSL color Cylindrical-coordinate representation of color #DDB0C5: hue angle of 332º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0C5 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 197 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.13 |
| HSL | 332º | 0.4% | 0.78% | - |
| HSV(B) | 332º | 0.2% | 0.87% | - |
| XYZ | 55.42 | 50.45 | 59.64 | - |
| YUV | 191.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 197 | 0 | 0.20 | 0.11 | 0.13 | 332 | 0.4 | 0.78 |
| Hex | DD | B0 | C5 | 0 | 14 | B | D | 14C | 28 | 4E |
| Octal | 335 | 260 | 305 | 0 | 24 | 13 | 15 | 514 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11000101 | 0 | 10100 | 1011 | 1101 | 101001100 | 101000 | 1001110 |
Color Harmonies of #DDB0C5
Complementary color
Monochromatic Colors of #DDB0C5
Black with #DDB0C5
Text Example
Text Example
White with #DDB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0C5; }
p { color: rgb(221,176,197); }
H1.HeaderClassName
{
color: #DDB0C5;
}
.AnyTagClassName
{
color: #DDB0C5;
}
</style>
background-color css
<style>
a { background-color: #DDB0C5; }
a { background-color: rgb(221,176,197); }
div.DivClassName
{
background-color: #DDB0C5;
}
.BgClassName
{
background-color: #DDB0C5;
}
</style>
border-color css
<style>
span { border-color: #DDB0C5; }
span { border-color: rgb(221,176,197); }
td.TdClassName
{
border-color: #DDB0C5;
}
.TagClassName
{
border-color: #DDB0C5;
}
</style>