Shades of Twilight #DFBDCE
Tints of Twilight #DFBDCE
RGB
CMYK
RGB Variations
Color information
#DFBDCE (or 0xDFBDCE) is known color: Twilight. HEX triplet: DF, BD and CE. RGB value is (223,189,206). Sum of RGB (Red+Green+Blue) = 223+189+206=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDCE is #204231. Grayscale: #C9C9C9. Windows color (decimal): -2114098 or 13549023. OLE color: 13549023.
HSL color Cylindrical-coordinate representation of color #DFBDCE: hue angle of 330º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDCE is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 206 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.13 |
| HSL | 330º | 0.35% | 0.81% | - |
| HSV(B) | 330º | 0.15% | 0.87% | - |
| XYZ | 59.77 | 56.54 | 66.16 | - |
| YUV | 201.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 206 | 0 | 0.15 | 0.08 | 0.13 | 330 | 0.35 | 0.81 |
| Hex | DF | BD | CE | 0 | F | 8 | D | 14A | 23 | 51 |
| Octal | 337 | 275 | 316 | 0 | 17 | 10 | 15 | 512 | 43 | 121 |
| Binary | 11011111 | 10111101 | 11001110 | 0 | 1111 | 1000 | 1101 | 101001010 | 100011 | 1010001 |
Color Harmonies of #DFBDCE
Complementary color
Monochromatic Colors of #DFBDCE
Black with #DFBDCE
Text Example
Text Example
White with #DFBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDCE; }
p { color: rgb(223,189,206); }
H1.HeaderClassName
{
color: #DFBDCE;
}
.AnyTagClassName
{
color: #DFBDCE;
}
</style>
background-color css
<style>
a { background-color: #DFBDCE; }
a { background-color: rgb(223,189,206); }
div.DivClassName
{
background-color: #DFBDCE;
}
.BgClassName
{
background-color: #DFBDCE;
}
</style>
border-color css
<style>
span { border-color: #DFBDCE; }
span { border-color: rgb(223,189,206); }
td.TdClassName
{
border-color: #DFBDCE;
}
.TagClassName
{
border-color: #DFBDCE;
}
</style>