Shades of Twilight #DDBECF
Tints of Twilight #DDBECF
RGB
CMYK
RGB Variations
Color information
#DDBECF (or 0xDDBECF) is known color: Twilight. HEX triplet: DD, BE and CF. RGB value is (221,190,207). Sum of RGB (Red+Green+Blue) = 221+190+207=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECF is #224130. Grayscale: #C9C9C9. Windows color (decimal): -2244913 or 13614813. OLE color: 13614813.
HSL color Cylindrical-coordinate representation of color #DDBECF: hue angle of 327.1º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBECF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 207 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.13 |
| HSL | 327.1º | 0.31% | 0.81% | - |
| HSV(B) | 327.1º | 0.14% | 0.87% | - |
| XYZ | 59.49 | 56.7 | 66.84 | - |
| YUV | 201.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 207 | 0 | 0.14 | 0.06 | 0.13 | 327.1 | 0.31 | 0.81 |
| Hex | DD | BE | CF | 0 | E | 6 | D | 147 | 1F | 51 |
| Octal | 335 | 276 | 317 | 0 | 16 | 6 | 15 | 507 | 37 | 121 |
| Binary | 11011101 | 10111110 | 11001111 | 0 | 1110 | 110 | 1101 | 101000111 | 11111 | 1010001 |
Color Harmonies of #DDBECF
Complementary color
Monochromatic Colors of #DDBECF
Black with #DDBECF
Text Example
Text Example
White with #DDBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBECF; }
p { color: rgb(221,190,207); }
H1.HeaderClassName
{
color: #DDBECF;
}
.AnyTagClassName
{
color: #DDBECF;
}
</style>
background-color css
<style>
a { background-color: #DDBECF; }
a { background-color: rgb(221,190,207); }
div.DivClassName
{
background-color: #DDBECF;
}
.BgClassName
{
background-color: #DDBECF;
}
</style>
border-color css
<style>
span { border-color: #DDBECF; }
span { border-color: rgb(221,190,207); }
td.TdClassName
{
border-color: #DDBECF;
}
.TagClassName
{
border-color: #DDBECF;
}
</style>