Shades of Froly #D2696C
Tints of Froly #D2696C
RGB
CMYK
RGB Variations
Color information
#D2696C (or 0xD2696C) is known color: Froly. HEX triplet: D2, 69 and 6C. RGB value is (210,105,108). Sum of RGB (Red+Green+Blue) = 210+105+108=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2696C is #2D9693. Grayscale: #888888. Windows color (decimal): -2987668 or 7104978. OLE color: 7104978.
HSL color Cylindrical-coordinate representation of color #D2696C: hue angle of 358.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2696C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 108 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.18 |
| HSL | 358.29º | 0.54% | 0.62% | - |
| HSV(B) | 358.29º | 0.5% | 0.82% | - |
| XYZ | 34.34 | 24.89 | 17.18 | - |
| YUV | 136.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 108 | 0 | 0.50 | 0.49 | 0.18 | 358.29 | 0.54 | 0.62 |
| Hex | D2 | 69 | 6C | 0 | 32 | 31 | 12 | 166 | 36 | 3E |
| Octal | 322 | 151 | 154 | 0 | 62 | 61 | 22 | 546 | 66 | 76 |
| Binary | 11010010 | 1101001 | 1101100 | 0 | 110010 | 110001 | 10010 | 101100110 | 110110 | 111110 |
Color Harmonies of #D2696C
Complementary color
Monochromatic Colors of #D2696C
Black with #D2696C
Text Example
Text Example
White with #D2696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2696C; }
p { color: rgb(210,105,108); }
H1.HeaderClassName
{
color: #D2696C;
}
.AnyTagClassName
{
color: #D2696C;
}
</style>
background-color css
<style>
a { background-color: #D2696C; }
a { background-color: rgb(210,105,108); }
div.DivClassName
{
background-color: #D2696C;
}
.BgClassName
{
background-color: #D2696C;
}
</style>
border-color css
<style>
span { border-color: #D2696C; }
span { border-color: rgb(210,105,108); }
td.TdClassName
{
border-color: #D2696C;
}
.TagClassName
{
border-color: #D2696C;
}
</style>