Shades of Can Can #DF8E9E
Tints of Can Can #DF8E9E
RGB
CMYK
RGB Variations
Color information
#DF8E9E (or 0xDF8E9E) is known color: Can Can. HEX triplet: DF, 8E and 9E. RGB value is (223,142,158). Sum of RGB (Red+Green+Blue) = 223+142+158=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8E9E is #207161. Grayscale: #A8A8A8. Windows color (decimal): -2126178 or 10391263. OLE color: 10391263.
HSL color Cylindrical-coordinate representation of color #DF8E9E: hue angle of 348.15º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8E9E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 142 | 158 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.13 |
| HSL | 348.15º | 0.56% | 0.72% | - |
| HSV(B) | 348.15º | 0.36% | 0.87% | - |
| XYZ | 46.28 | 37.5 | 37.15 | - |
| YUV | 168.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 142 | 158 | 0 | 0.36 | 0.29 | 0.13 | 348.15 | 0.56 | 0.72 |
| Hex | DF | 8E | 9E | 0 | 24 | 1D | D | 15C | 38 | 48 |
| Octal | 337 | 216 | 236 | 0 | 44 | 35 | 15 | 534 | 70 | 110 |
| Binary | 11011111 | 10001110 | 10011110 | 0 | 100100 | 11101 | 1101 | 101011100 | 111000 | 1001000 |
Color Harmonies of #DF8E9E
Complementary color
Monochromatic Colors of #DF8E9E
Black with #DF8E9E
Text Example
Text Example
White with #DF8E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8E9E; }
p { color: rgb(223,142,158); }
H1.HeaderClassName
{
color: #DF8E9E;
}
.AnyTagClassName
{
color: #DF8E9E;
}
</style>
background-color css
<style>
a { background-color: #DF8E9E; }
a { background-color: rgb(223,142,158); }
div.DivClassName
{
background-color: #DF8E9E;
}
.BgClassName
{
background-color: #DF8E9E;
}
</style>
border-color css
<style>
span { border-color: #DF8E9E; }
span { border-color: rgb(223,142,158); }
td.TdClassName
{
border-color: #DF8E9E;
}
.TagClassName
{
border-color: #DF8E9E;
}
</style>