Shades of Twilight #DFBBD2
Tints of Twilight #DFBBD2
RGB
CMYK
RGB Variations
Color information
#DFBBD2 (or 0xDFBBD2) is known color: Twilight. HEX triplet: DF, BB and D2. RGB value is (223,187,210). Sum of RGB (Red+Green+Blue) = 223+187+210=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBD2 is #20442D. Grayscale: #C8C8C8. Windows color (decimal): -2114606 or 13810655. OLE color: 13810655.
HSL color Cylindrical-coordinate representation of color #DFBBD2: hue angle of 321.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 #DFBBD2 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 210 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.13 |
| HSL | 321.67º | 0.36% | 0.8% | - |
| HSV(B) | 321.67º | 0.16% | 0.87% | - |
| XYZ | 59.83 | 55.88 | 68.61 | - |
| YUV | 200.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 210 | 0 | 0.16 | 0.06 | 0.13 | 321.67 | 0.36 | 0.8 |
| Hex | DF | BB | D2 | 0 | 10 | 6 | D | 142 | 24 | 50 |
| Octal | 337 | 273 | 322 | 0 | 20 | 6 | 15 | 502 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11010010 | 0 | 10000 | 110 | 1101 | 101000010 | 100100 | 1010000 |
Color Harmonies of #DFBBD2
Complementary color
Monochromatic Colors of #DFBBD2
Black with #DFBBD2
Text Example
Text Example
White with #DFBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBD2; }
p { color: rgb(223,187,210); }
H1.HeaderClassName
{
color: #DFBBD2;
}
.AnyTagClassName
{
color: #DFBBD2;
}
</style>
background-color css
<style>
a { background-color: #DFBBD2; }
a { background-color: rgb(223,187,210); }
div.DivClassName
{
background-color: #DFBBD2;
}
.BgClassName
{
background-color: #DFBBD2;
}
</style>
border-color css
<style>
span { border-color: #DFBBD2; }
span { border-color: rgb(223,187,210); }
td.TdClassName
{
border-color: #DFBBD2;
}
.TagClassName
{
border-color: #DFBBD2;
}
</style>