Shades of Twilight #DFB5CA
Tints of Twilight #DFB5CA
RGB
CMYK
RGB Variations
Color information
#DFB5CA (or 0xDFB5CA) is known color: Twilight. HEX triplet: DF, B5 and CA. RGB value is (223,181,202). Sum of RGB (Red+Green+Blue) = 223+181+202=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5CA is #204A35. Grayscale: #C3C3C3. Windows color (decimal): -2116150 or 13284831. OLE color: 13284831.
HSL color Cylindrical-coordinate representation of color #DFB5CA: hue angle of 330º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5CA is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 202 | - |
CMYK | 0 | 0.19 | 0.09 | 0.13 |
HSL | 330º | 0.4% | 0.79% | - |
HSV(B) | 330º | 0.19% | 0.87% | - |
XYZ | 57.62 | 53 | 63.07 | - |
YUV | 195.95 | 131.41 | 147.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 202 | 0 | 0.19 | 0.09 | 0.13 | 330 | 0.4 | 0.79 |
Hex | DF | B5 | CA | 0 | 13 | 9 | D | 14A | 28 | 4F |
Octal | 337 | 265 | 312 | 0 | 23 | 11 | 15 | 512 | 50 | 117 |
Binary | 11011111 | 10110101 | 11001010 | 0 | 10011 | 1001 | 1101 | 101001010 | 101000 | 1001111 |
Color Harmonies of #DFB5CA
Complementary color
Monochromatic Colors of #DFB5CA
Black with #DFB5CA
Text Example
Text Example
White with #DFB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5CA; }
p { color: rgb(223,181,202); }
H1.HeaderClassName
{
color: #DFB5CA;
}
.AnyTagClassName
{
color: #DFB5CA;
}
</style>
background-color css
<style>
a { background-color: #DFB5CA; }
a { background-color: rgb(223,181,202); }
div.DivClassName
{
background-color: #DFB5CA;
}
.BgClassName
{
background-color: #DFB5CA;
}
</style>
border-color css
<style>
span { border-color: #DFB5CA; }
span { border-color: rgb(223,181,202); }
td.TdClassName
{
border-color: #DFB5CA;
}
.TagClassName
{
border-color: #DFB5CA;
}
</style>