Shades of Twilight #DDB7CB
Tints of Twilight #DDB7CB
RGB
CMYK
RGB Variations
Color information
#DDB7CB (or 0xDDB7CB) is known color: Twilight. HEX triplet: DD, B7 and CB. RGB value is (221,183,203). Sum of RGB (Red+Green+Blue) = 221+183+203=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7CB is #224834. Grayscale: #C4C4C4. Windows color (decimal): -2246709 or 13350877. OLE color: 13350877.
HSL color Cylindrical-coordinate representation of color #DDB7CB: hue angle of 328.42º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDB7CB is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 203 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.13 |
| HSL | 328.42º | 0.36% | 0.79% | - |
| HSV(B) | 328.42º | 0.17% | 0.87% | - |
| XYZ | 57.53 | 53.55 | 63.8 | - |
| YUV | 196.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 203 | 0 | 0.17 | 0.08 | 0.13 | 328.42 | 0.36 | 0.79 |
| Hex | DD | B7 | CB | 0 | 11 | 8 | D | 148 | 24 | 4F |
| Octal | 335 | 267 | 313 | 0 | 21 | 10 | 15 | 510 | 44 | 117 |
| Binary | 11011101 | 10110111 | 11001011 | 0 | 10001 | 1000 | 1101 | 101001000 | 100100 | 1001111 |
Color Harmonies of #DDB7CB
Complementary color
Monochromatic Colors of #DDB7CB
Black with #DDB7CB
Text Example
Text Example
White with #DDB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7CB; }
p { color: rgb(221,183,203); }
H1.HeaderClassName
{
color: #DDB7CB;
}
.AnyTagClassName
{
color: #DDB7CB;
}
</style>
background-color css
<style>
a { background-color: #DDB7CB; }
a { background-color: rgb(221,183,203); }
div.DivClassName
{
background-color: #DDB7CB;
}
.BgClassName
{
background-color: #DDB7CB;
}
</style>
border-color css
<style>
span { border-color: #DDB7CB; }
span { border-color: rgb(221,183,203); }
td.TdClassName
{
border-color: #DDB7CB;
}
.TagClassName
{
border-color: #DDB7CB;
}
</style>