Shades of Twilight #DDBBCC
Tints of Twilight #DDBBCC
RGB
CMYK
RGB Variations
Color information
#DDBBCC (or 0xDDBBCC) is known color: Twilight. HEX triplet: DD, BB and CC. RGB value is (221,187,204). Sum of RGB (Red+Green+Blue) = 221+187+204=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBCC is #224433. Grayscale: #C7C7C7. Windows color (decimal): -2245684 or 13417437. OLE color: 13417437.
HSL color Cylindrical-coordinate representation of color #DDBBCC: hue angle of 330º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDBBCC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 204 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.13 |
| HSL | 330º | 0.33% | 0.8% | - |
| HSV(B) | 330º | 0.15% | 0.87% | - |
| XYZ | 58.49 | 55.27 | 64.71 | - |
| YUV | 199.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 204 | 0 | 0.15 | 0.08 | 0.13 | 330 | 0.33 | 0.8 |
| Hex | DD | BB | CC | 0 | F | 8 | D | 14A | 21 | 50 |
| Octal | 335 | 273 | 314 | 0 | 17 | 10 | 15 | 512 | 41 | 120 |
| Binary | 11011101 | 10111011 | 11001100 | 0 | 1111 | 1000 | 1101 | 101001010 | 100001 | 1010000 |
Color Harmonies of #DDBBCC
Complementary color
Monochromatic Colors of #DDBBCC
Black with #DDBBCC
Text Example
Text Example
White with #DDBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBCC; }
p { color: rgb(221,187,204); }
H1.HeaderClassName
{
color: #DDBBCC;
}
.AnyTagClassName
{
color: #DDBBCC;
}
</style>
background-color css
<style>
a { background-color: #DDBBCC; }
a { background-color: rgb(221,187,204); }
div.DivClassName
{
background-color: #DDBBCC;
}
.BgClassName
{
background-color: #DDBBCC;
}
</style>
border-color css
<style>
span { border-color: #DDBBCC; }
span { border-color: rgb(221,187,204); }
td.TdClassName
{
border-color: #DDBBCC;
}
.TagClassName
{
border-color: #DDBBCC;
}
</style>