Shades of Twilight #DFBBCC
Tints of Twilight #DFBBCC
RGB
CMYK
RGB Variations
Color information
#DFBBCC (or 0xDFBBCC) is known color: Twilight. HEX triplet: DF, BB and CC. RGB value is (223,187,204). Sum of RGB (Red+Green+Blue) = 223+187+204=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBCC is #204433. Grayscale: #C7C7C7. Windows color (decimal): -2114612 or 13417439. OLE color: 13417439.
HSL color Cylindrical-coordinate representation of color #DFBBCC: hue angle of 331.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBCC is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 204 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.13 |
| HSL | 331.67º | 0.36% | 0.8% | - |
| HSV(B) | 331.67º | 0.16% | 0.87% | - |
| XYZ | 59.1 | 55.59 | 64.74 | - |
| YUV | 199.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 204 | 0 | 0.16 | 0.09 | 0.13 | 331.67 | 0.36 | 0.8 |
| Hex | DF | BB | CC | 0 | 10 | 9 | D | 14C | 24 | 50 |
| Octal | 337 | 273 | 314 | 0 | 20 | 11 | 15 | 514 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11001100 | 0 | 10000 | 1001 | 1101 | 101001100 | 100100 | 1010000 |
Color Harmonies of #DFBBCC
Complementary color
Monochromatic Colors of #DFBBCC
Black with #DFBBCC
Text Example
Text Example
White with #DFBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBCC; }
p { color: rgb(223,187,204); }
H1.HeaderClassName
{
color: #DFBBCC;
}
.AnyTagClassName
{
color: #DFBBCC;
}
</style>
background-color css
<style>
a { background-color: #DFBBCC; }
a { background-color: rgb(223,187,204); }
div.DivClassName
{
background-color: #DFBBCC;
}
.BgClassName
{
background-color: #DFBBCC;
}
</style>
border-color css
<style>
span { border-color: #DFBBCC; }
span { border-color: rgb(223,187,204); }
td.TdClassName
{
border-color: #DFBBCC;
}
.TagClassName
{
border-color: #DFBBCC;
}
</style>