Shades of Twilight #DFB2CA
Tints of Twilight #DFB2CA
RGB
CMYK
RGB Variations
Color information
#DFB2CA (or 0xDFB2CA) is known color: Twilight. HEX triplet: DF, B2 and CA. RGB value is (223,178,202). Sum of RGB (Red+Green+Blue) = 223+178+202=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2CA is #204D35. Grayscale: #C2C2C2. Windows color (decimal): -2116918 or 13284063. OLE color: 13284063.
HSL color Cylindrical-coordinate representation of color #DFB2CA: hue angle of 328º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2CA is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 202 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.13 |
| HSL | 328º | 0.41% | 0.79% | - |
| HSV(B) | 328º | 0.2% | 0.87% | - |
| XYZ | 57.01 | 51.79 | 62.87 | - |
| YUV | 194.19 | 132.41 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 202 | 0 | 0.20 | 0.09 | 0.13 | 328 | 0.41 | 0.79 |
| Hex | DF | B2 | CA | 0 | 14 | 9 | D | 148 | 29 | 4F |
| Octal | 337 | 262 | 312 | 0 | 24 | 11 | 15 | 510 | 51 | 117 |
| Binary | 11011111 | 10110010 | 11001010 | 0 | 10100 | 1001 | 1101 | 101001000 | 101001 | 1001111 |
Color Harmonies of #DFB2CA
Complementary color
Monochromatic Colors of #DFB2CA
Black with #DFB2CA
Text Example
Text Example
White with #DFB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2CA; }
p { color: rgb(223,178,202); }
H1.HeaderClassName
{
color: #DFB2CA;
}
.AnyTagClassName
{
color: #DFB2CA;
}
</style>
background-color css
<style>
a { background-color: #DFB2CA; }
a { background-color: rgb(223,178,202); }
div.DivClassName
{
background-color: #DFB2CA;
}
.BgClassName
{
background-color: #DFB2CA;
}
</style>
border-color css
<style>
span { border-color: #DFB2CA; }
span { border-color: rgb(223,178,202); }
td.TdClassName
{
border-color: #DFB2CA;
}
.TagClassName
{
border-color: #DFB2CA;
}
</style>