Shades of Twilight #DDB2CE
Tints of Twilight #DDB2CE
RGB
CMYK
RGB Variations
Color information
#DDB2CE (or 0xDDB2CE) is known color: Twilight. HEX triplet: DD, B2 and CE. RGB value is (221,178,206). Sum of RGB (Red+Green+Blue) = 221+178+206=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CE is #224D31. Grayscale: #C1C1C1. Windows color (decimal): -2247986 or 13546205. OLE color: 13546205.
HSL color Cylindrical-coordinate representation of color #DDB2CE: hue angle of 320.93º 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 #DDB2CE is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 206 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.13 |
| HSL | 320.93º | 0.39% | 0.78% | - |
| HSV(B) | 320.93º | 0.19% | 0.87% | - |
| XYZ | 56.88 | 51.67 | 65.37 | - |
| YUV | 194.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 206 | 0 | 0.19 | 0.07 | 0.13 | 320.93 | 0.39 | 0.78 |
| Hex | DD | B2 | CE | 0 | 13 | 7 | D | 141 | 27 | 4E |
| Octal | 335 | 262 | 316 | 0 | 23 | 7 | 15 | 501 | 47 | 116 |
| Binary | 11011101 | 10110010 | 11001110 | 0 | 10011 | 111 | 1101 | 101000001 | 100111 | 1001110 |
Color Harmonies of #DDB2CE
Complementary color
Monochromatic Colors of #DDB2CE
Black with #DDB2CE
Text Example
Text Example
White with #DDB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2CE; }
p { color: rgb(221,178,206); }
H1.HeaderClassName
{
color: #DDB2CE;
}
.AnyTagClassName
{
color: #DDB2CE;
}
</style>
background-color css
<style>
a { background-color: #DDB2CE; }
a { background-color: rgb(221,178,206); }
div.DivClassName
{
background-color: #DDB2CE;
}
.BgClassName
{
background-color: #DDB2CE;
}
</style>
border-color css
<style>
span { border-color: #DDB2CE; }
span { border-color: rgb(221,178,206); }
td.TdClassName
{
border-color: #DDB2CE;
}
.TagClassName
{
border-color: #DDB2CE;
}
</style>