Shades of Twilight #DFB6CA
Tints of Twilight #DFB6CA
RGB
CMYK
RGB Variations
Color information
#DFB6CA (or 0xDFB6CA) is known color: Twilight. HEX triplet: DF, B6 and CA. RGB value is (223,182,202). Sum of RGB (Red+Green+Blue) = 223+182+202=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6CA is #204935. Grayscale: #C4C4C4. Windows color (decimal): -2115894 or 13285087. OLE color: 13285087.
HSL color Cylindrical-coordinate representation of color #DFB6CA: hue angle of 330.73º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6CA is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 202 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.13 |
| HSL | 330.73º | 0.39% | 0.79% | - |
| HSV(B) | 330.73º | 0.18% | 0.87% | - |
| XYZ | 57.82 | 53.41 | 63.14 | - |
| YUV | 196.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 202 | 0 | 0.18 | 0.09 | 0.13 | 330.73 | 0.39 | 0.79 |
| Hex | DF | B6 | CA | 0 | 12 | 9 | D | 14B | 27 | 4F |
| Octal | 337 | 266 | 312 | 0 | 22 | 11 | 15 | 513 | 47 | 117 |
| Binary | 11011111 | 10110110 | 11001010 | 0 | 10010 | 1001 | 1101 | 101001011 | 100111 | 1001111 |
Color Harmonies of #DFB6CA
Complementary color
Monochromatic Colors of #DFB6CA
Black with #DFB6CA
Text Example
Text Example
White with #DFB6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6CA; }
p { color: rgb(223,182,202); }
H1.HeaderClassName
{
color: #DFB6CA;
}
.AnyTagClassName
{
color: #DFB6CA;
}
</style>
background-color css
<style>
a { background-color: #DFB6CA; }
a { background-color: rgb(223,182,202); }
div.DivClassName
{
background-color: #DFB6CA;
}
.BgClassName
{
background-color: #DFB6CA;
}
</style>
border-color css
<style>
span { border-color: #DFB6CA; }
span { border-color: rgb(223,182,202); }
td.TdClassName
{
border-color: #DFB6CA;
}
.TagClassName
{
border-color: #DFB6CA;
}
</style>