Shades of Twilight #DFB7CB
Tints of Twilight #DFB7CB
RGB
CMYK
RGB Variations
Color information
#DFB7CB (or 0xDFB7CB) is known color: Twilight. HEX triplet: DF, B7 and CB. RGB value is (223,183,203). Sum of RGB (Red+Green+Blue) = 223+183+203=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB7CB is #204834. Grayscale: #C5C5C5. Windows color (decimal): -2115637 or 13350879. OLE color: 13350879.
HSL color Cylindrical-coordinate representation of color #DFB7CB: hue angle of 330º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB7CB is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 183 | 203 | - |
CMYK | 0 | 0.18 | 0.09 | 0.13 |
HSL | 330º | 0.38% | 0.8% | - |
HSV(B) | 330º | 0.18% | 0.87% | - |
XYZ | 58.14 | 53.87 | 63.83 | - |
YUV | 197.24 | 131.25 | 146.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 183 | 203 | 0 | 0.18 | 0.09 | 0.13 | 330 | 0.38 | 0.8 |
Hex | DF | B7 | CB | 0 | 12 | 9 | D | 14A | 26 | 50 |
Octal | 337 | 267 | 313 | 0 | 22 | 11 | 15 | 512 | 46 | 120 |
Binary | 11011111 | 10110111 | 11001011 | 0 | 10010 | 1001 | 1101 | 101001010 | 100110 | 1010000 |
Color Harmonies of #DFB7CB
Complementary color
Monochromatic Colors of #DFB7CB
Black with #DFB7CB
Text Example
Text Example
White with #DFB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB7CB; }
p { color: rgb(223,183,203); }
H1.HeaderClassName
{
color: #DFB7CB;
}
.AnyTagClassName
{
color: #DFB7CB;
}
</style>
background-color css
<style>
a { background-color: #DFB7CB; }
a { background-color: rgb(223,183,203); }
div.DivClassName
{
background-color: #DFB7CB;
}
.BgClassName
{
background-color: #DFB7CB;
}
</style>
border-color css
<style>
span { border-color: #DFB7CB; }
span { border-color: rgb(223,183,203); }
td.TdClassName
{
border-color: #DFB7CB;
}
.TagClassName
{
border-color: #DFB7CB;
}
</style>