Shades of Froly #DE686B
Tints of Froly #DE686B
RGB
CMYK
RGB Variations
Color information
#DE686B (or 0xDE686B) is known color: Froly. HEX triplet: DE, 68 and 6B. RGB value is (222,104,107). Sum of RGB (Red+Green+Blue) = 222+104+107=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE686B is #219794. Grayscale: #8B8B8B. Windows color (decimal): -2201493 or 7039198. OLE color: 7039198.
HSL color Cylindrical-coordinate representation of color #DE686B: hue angle of 358.47º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE686B is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 104 | 107 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.13 |
| HSL | 358.47º | 0.64% | 0.64% | - |
| HSV(B) | 358.47º | 0.53% | 0.87% | - |
| XYZ | 37.73 | 26.49 | 17.03 | - |
| YUV | 139.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 104 | 107 | 0 | 0.53 | 0.52 | 0.13 | 358.47 | 0.64 | 0.64 |
| Hex | DE | 68 | 6B | 0 | 35 | 34 | D | 166 | 40 | 40 |
| Octal | 336 | 150 | 153 | 0 | 65 | 64 | 15 | 546 | 100 | 100 |
| Binary | 11011110 | 1101000 | 1101011 | 0 | 110101 | 110100 | 1101 | 101100110 | 1000000 | 1000000 |
Color Harmonies of #DE686B
Complementary color
Monochromatic Colors of #DE686B
Black with #DE686B
Text Example
Text Example
White with #DE686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE686B; }
p { color: rgb(222,104,107); }
H1.HeaderClassName
{
color: #DE686B;
}
.AnyTagClassName
{
color: #DE686B;
}
</style>
background-color css
<style>
a { background-color: #DE686B; }
a { background-color: rgb(222,104,107); }
div.DivClassName
{
background-color: #DE686B;
}
.BgClassName
{
background-color: #DE686B;
}
</style>
border-color css
<style>
span { border-color: #DE686B; }
span { border-color: rgb(222,104,107); }
td.TdClassName
{
border-color: #DE686B;
}
.TagClassName
{
border-color: #DE686B;
}
</style>