Shades of Twilight #DFB1CA
Tints of Twilight #DFB1CA
RGB
CMYK
RGB Variations
Color information
#DFB1CA (or 0xDFB1CA) is known color: Twilight. HEX triplet: DF, B1 and CA. RGB value is (223,177,202). Sum of RGB (Red+Green+Blue) = 223+177+202=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1CA is #204E35. Grayscale: #C1C1C1. Windows color (decimal): -2117174 or 13283807. OLE color: 13283807.
HSL color Cylindrical-coordinate representation of color #DFB1CA: hue angle of 327.39º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1CA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 202 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.13 |
| HSL | 327.39º | 0.42% | 0.78% | - |
| HSV(B) | 327.39º | 0.21% | 0.87% | - |
| XYZ | 56.81 | 51.4 | 62.8 | - |
| YUV | 193.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 202 | 0 | 0.21 | 0.09 | 0.13 | 327.39 | 0.42 | 0.78 |
| Hex | DF | B1 | CA | 0 | 15 | 9 | D | 147 | 2A | 4E |
| Octal | 337 | 261 | 312 | 0 | 25 | 11 | 15 | 507 | 52 | 116 |
| Binary | 11011111 | 10110001 | 11001010 | 0 | 10101 | 1001 | 1101 | 101000111 | 101010 | 1001110 |
Color Harmonies of #DFB1CA
Complementary color
Monochromatic Colors of #DFB1CA
Black with #DFB1CA
Text Example
Text Example
White with #DFB1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1CA; }
p { color: rgb(223,177,202); }
H1.HeaderClassName
{
color: #DFB1CA;
}
.AnyTagClassName
{
color: #DFB1CA;
}
</style>
background-color css
<style>
a { background-color: #DFB1CA; }
a { background-color: rgb(223,177,202); }
div.DivClassName
{
background-color: #DFB1CA;
}
.BgClassName
{
background-color: #DFB1CA;
}
</style>
border-color css
<style>
span { border-color: #DFB1CA; }
span { border-color: rgb(223,177,202); }
td.TdClassName
{
border-color: #DFB1CA;
}
.TagClassName
{
border-color: #DFB1CA;
}
</style>