Shades of Twilight #DDB1C9
Tints of Twilight #DDB1C9
RGB
CMYK
RGB Variations
Color information
#DDB1C9 (or 0xDDB1C9) is known color: Twilight. HEX triplet: DD, B1 and C9. RGB value is (221,177,201). Sum of RGB (Red+Green+Blue) = 221+177+201=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1C9 is #224E36. Grayscale: #C0C0C0. Windows color (decimal): -2248247 or 13218269. OLE color: 13218269.
HSL color Cylindrical-coordinate representation of color #DDB1C9: hue angle of 327.27º degrees, saturation: 0.39, 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 #DDB1C9 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 201 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.13 |
| HSL | 327.27º | 0.39% | 0.78% | - |
| HSV(B) | 327.27º | 0.2% | 0.87% | - |
| XYZ | 56.08 | 51.03 | 62.15 | - |
| YUV | 192.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 201 | 0 | 0.20 | 0.09 | 0.13 | 327.27 | 0.39 | 0.78 |
| Hex | DD | B1 | C9 | 0 | 14 | 9 | D | 147 | 27 | 4E |
| Octal | 335 | 261 | 311 | 0 | 24 | 11 | 15 | 507 | 47 | 116 |
| Binary | 11011101 | 10110001 | 11001001 | 0 | 10100 | 1001 | 1101 | 101000111 | 100111 | 1001110 |
Color Harmonies of #DDB1C9
Complementary color
Monochromatic Colors of #DDB1C9
Black with #DDB1C9
Text Example
Text Example
White with #DDB1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB1C9; }
p { color: rgb(221,177,201); }
H1.HeaderClassName
{
color: #DDB1C9;
}
.AnyTagClassName
{
color: #DDB1C9;
}
</style>
background-color css
<style>
a { background-color: #DDB1C9; }
a { background-color: rgb(221,177,201); }
div.DivClassName
{
background-color: #DDB1C9;
}
.BgClassName
{
background-color: #DDB1C9;
}
</style>
border-color css
<style>
span { border-color: #DDB1C9; }
span { border-color: rgb(221,177,201); }
td.TdClassName
{
border-color: #DDB1C9;
}
.TagClassName
{
border-color: #DDB1C9;
}
</style>