Shades of Pink Flare #DEC0C1
Tints of Pink Flare #DEC0C1
RGB
CMYK
RGB Variations
Color information
#DEC0C1 (or 0xDEC0C1) is known color: Pink Flare. HEX triplet: DE, C0 and C1. RGB value is (222,192,193). Sum of RGB (Red+Green+Blue) = 222+192+193=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0C1 is #213F3E. Grayscale: #C9C9C9. Windows color (decimal): -2178879 or 12697822. OLE color: 12697822.
HSL color Cylindrical-coordinate representation of color #DEC0C1: hue angle of 358º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC0C1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 193 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.13 |
| HSL | 358º | 0.31% | 0.81% | - |
| HSV(B) | 358º | 0.14% | 0.87% | - |
| XYZ | 58.6 | 57.08 | 58.38 | - |
| YUV | 201.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 193 | 0 | 0.14 | 0.13 | 0.13 | 358 | 0.31 | 0.81 |
| Hex | DE | C0 | C1 | 0 | E | D | D | 166 | 1F | 51 |
| Octal | 336 | 300 | 301 | 0 | 16 | 15 | 15 | 546 | 37 | 121 |
| Binary | 11011110 | 11000000 | 11000001 | 0 | 1110 | 1101 | 1101 | 101100110 | 11111 | 1010001 |
Color Harmonies of #DEC0C1
Complementary color
Monochromatic Colors of #DEC0C1
Black with #DEC0C1
Text Example
Text Example
White with #DEC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0C1; }
p { color: rgb(222,192,193); }
H1.HeaderClassName
{
color: #DEC0C1;
}
.AnyTagClassName
{
color: #DEC0C1;
}
</style>
background-color css
<style>
a { background-color: #DEC0C1; }
a { background-color: rgb(222,192,193); }
div.DivClassName
{
background-color: #DEC0C1;
}
.BgClassName
{
background-color: #DEC0C1;
}
</style>
border-color css
<style>
span { border-color: #DEC0C1; }
span { border-color: rgb(222,192,193); }
td.TdClassName
{
border-color: #DEC0C1;
}
.TagClassName
{
border-color: #DEC0C1;
}
</style>