Shades of Twilight #DFB4CE
Tints of Twilight #DFB4CE
RGB
CMYK
RGB Variations
Color information
#DFB4CE (or 0xDFB4CE) is known color: Twilight. HEX triplet: DF, B4 and CE. RGB value is (223,180,206). Sum of RGB (Red+Green+Blue) = 223+180+206=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 180 (70.70% from 255 or 29.56% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4CE is #204B31. Grayscale: #C3C3C3. Windows color (decimal): -2116402 or 13546719. OLE color: 13546719.
HSL color Cylindrical-coordinate representation of color #DFB4CE: hue angle of 323.72º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB4CE is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 206 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.13 |
| HSL | 323.72º | 0.4% | 0.79% | - |
| HSV(B) | 323.72º | 0.19% | 0.87% | - |
| XYZ | 57.89 | 52.79 | 65.53 | - |
| YUV | 195.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 206 | 0 | 0.19 | 0.08 | 0.13 | 323.72 | 0.4 | 0.79 |
| Hex | DF | B4 | CE | 0 | 13 | 8 | D | 144 | 28 | 4F |
| Octal | 337 | 264 | 316 | 0 | 23 | 10 | 15 | 504 | 50 | 117 |
| Binary | 11011111 | 10110100 | 11001110 | 0 | 10011 | 1000 | 1101 | 101000100 | 101000 | 1001111 |
Color Harmonies of #DFB4CE
Complementary color
Monochromatic Colors of #DFB4CE
Black with #DFB4CE
Text Example
Text Example
White with #DFB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4CE; }
p { color: rgb(223,180,206); }
H1.HeaderClassName
{
color: #DFB4CE;
}
.AnyTagClassName
{
color: #DFB4CE;
}
</style>
background-color css
<style>
a { background-color: #DFB4CE; }
a { background-color: rgb(223,180,206); }
div.DivClassName
{
background-color: #DFB4CE;
}
.BgClassName
{
background-color: #DFB4CE;
}
</style>
border-color css
<style>
span { border-color: #DFB4CE; }
span { border-color: rgb(223,180,206); }
td.TdClassName
{
border-color: #DFB4CE;
}
.TagClassName
{
border-color: #DFB4CE;
}
</style>