Shades of Twilight #DFB3CC
Tints of Twilight #DFB3CC
RGB
CMYK
RGB Variations
Color information
#DFB3CC (or 0xDFB3CC) is known color: Twilight. HEX triplet: DF, B3 and CC. RGB value is (223,179,204). Sum of RGB (Red+Green+Blue) = 223+179+204=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3CC is #204C33. Grayscale: #C2C2C2. Windows color (decimal): -2116660 or 13415391. OLE color: 13415391.
HSL color Cylindrical-coordinate representation of color #DFB3CC: hue angle of 325.91º 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 #DFB3CC is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 204 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.13 |
| HSL | 325.91º | 0.41% | 0.79% | - |
| HSV(B) | 325.91º | 0.2% | 0.87% | - |
| XYZ | 57.45 | 52.29 | 64.19 | - |
| YUV | 195.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 204 | 0 | 0.20 | 0.09 | 0.13 | 325.91 | 0.41 | 0.79 |
| Hex | DF | B3 | CC | 0 | 14 | 9 | D | 146 | 29 | 4F |
| Octal | 337 | 263 | 314 | 0 | 24 | 11 | 15 | 506 | 51 | 117 |
| Binary | 11011111 | 10110011 | 11001100 | 0 | 10100 | 1001 | 1101 | 101000110 | 101001 | 1001111 |
Color Harmonies of #DFB3CC
Complementary color
Monochromatic Colors of #DFB3CC
Black with #DFB3CC
Text Example
Text Example
White with #DFB3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB3CC; }
p { color: rgb(223,179,204); }
H1.HeaderClassName
{
color: #DFB3CC;
}
.AnyTagClassName
{
color: #DFB3CC;
}
</style>
background-color css
<style>
a { background-color: #DFB3CC; }
a { background-color: rgb(223,179,204); }
div.DivClassName
{
background-color: #DFB3CC;
}
.BgClassName
{
background-color: #DFB3CC;
}
</style>
border-color css
<style>
span { border-color: #DFB3CC; }
span { border-color: rgb(223,179,204); }
td.TdClassName
{
border-color: #DFB3CC;
}
.TagClassName
{
border-color: #DFB3CC;
}
</style>