Shades of Twilight #DDB0CB
Tints of Twilight #DDB0CB
RGB
CMYK
RGB Variations
Color information
#DDB0CB (or 0xDDB0CB) is known color: Twilight. HEX triplet: DD, B0 and CB. RGB value is (221,176,203). Sum of RGB (Red+Green+Blue) = 221+176+203=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0CB is #224F34. Grayscale: #C0C0C0. Windows color (decimal): -2248501 or 13349085. OLE color: 13349085.
HSL color Cylindrical-coordinate representation of color #DDB0CB: hue angle of 324º 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 #DDB0CB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 203 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.13 |
| HSL | 324º | 0.4% | 0.78% | - |
| HSV(B) | 324º | 0.2% | 0.87% | - |
| XYZ | 56.12 | 50.73 | 63.33 | - |
| YUV | 192.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 203 | 0 | 0.20 | 0.08 | 0.13 | 324 | 0.4 | 0.78 |
| Hex | DD | B0 | CB | 0 | 14 | 8 | D | 144 | 28 | 4E |
| Octal | 335 | 260 | 313 | 0 | 24 | 10 | 15 | 504 | 50 | 116 |
| Binary | 11011101 | 10110000 | 11001011 | 0 | 10100 | 1000 | 1101 | 101000100 | 101000 | 1001110 |
Color Harmonies of #DDB0CB
Complementary color
Monochromatic Colors of #DDB0CB
Black with #DDB0CB
Text Example
Text Example
White with #DDB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0CB; }
p { color: rgb(221,176,203); }
H1.HeaderClassName
{
color: #DDB0CB;
}
.AnyTagClassName
{
color: #DDB0CB;
}
</style>
background-color css
<style>
a { background-color: #DDB0CB; }
a { background-color: rgb(221,176,203); }
div.DivClassName
{
background-color: #DDB0CB;
}
.BgClassName
{
background-color: #DDB0CB;
}
</style>
border-color css
<style>
span { border-color: #DDB0CB; }
span { border-color: rgb(221,176,203); }
td.TdClassName
{
border-color: #DDB0CB;
}
.TagClassName
{
border-color: #DDB0CB;
}
</style>