Shades of Twilight #DDBFCE
Tints of Twilight #DDBFCE
RGB
CMYK
RGB Variations
Color information
#DDBFCE (or 0xDDBFCE) is known color: Twilight. HEX triplet: DD, BF and CE. RGB value is (221,191,206). Sum of RGB (Red+Green+Blue) = 221+191+206=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFCE is #224031. Grayscale: #C9C9C9. Windows color (decimal): -2244658 or 13549533. OLE color: 13549533.
HSL color Cylindrical-coordinate representation of color #DDBFCE: hue angle of 330º 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 #DDBFCE is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 206 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.13 |
| HSL | 330º | 0.31% | 0.81% | - |
| HSV(B) | 330º | 0.14% | 0.87% | - |
| XYZ | 59.59 | 57.09 | 66.27 | - |
| YUV | 201.68 | 130.44 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 206 | 0 | 0.14 | 0.07 | 0.13 | 330 | 0.31 | 0.81 |
| Hex | DD | BF | CE | 0 | E | 7 | D | 14A | 1F | 51 |
| Octal | 335 | 277 | 316 | 0 | 16 | 7 | 15 | 512 | 37 | 121 |
| Binary | 11011101 | 10111111 | 11001110 | 0 | 1110 | 111 | 1101 | 101001010 | 11111 | 1010001 |
Color Harmonies of #DDBFCE
Complementary color
Monochromatic Colors of #DDBFCE
Black with #DDBFCE
Text Example
Text Example
White with #DDBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBFCE; }
p { color: rgb(221,191,206); }
H1.HeaderClassName
{
color: #DDBFCE;
}
.AnyTagClassName
{
color: #DDBFCE;
}
</style>
background-color css
<style>
a { background-color: #DDBFCE; }
a { background-color: rgb(221,191,206); }
div.DivClassName
{
background-color: #DDBFCE;
}
.BgClassName
{
background-color: #DDBFCE;
}
</style>
border-color css
<style>
span { border-color: #DDBFCE; }
span { border-color: rgb(221,191,206); }
td.TdClassName
{
border-color: #DDBFCE;
}
.TagClassName
{
border-color: #DDBFCE;
}
</style>