Shades of Pink Flare #DEBFC1
Tints of Pink Flare #DEBFC1
RGB
CMYK
RGB Variations
Color information
#DEBFC1 (or 0xDEBFC1) is known color: Pink Flare. HEX triplet: DE, BF and C1. RGB value is (222,191,193). Sum of RGB (Red+Green+Blue) = 222+191+193=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFC1 is #21403E. Grayscale: #C8C8C8. Windows color (decimal): -2179135 or 12697566. OLE color: 12697566.
HSL color Cylindrical-coordinate representation of color #DEBFC1: hue angle of 356.13º degrees, saturation: 0.32, 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 #DEBFC1 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 193 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.13 |
| HSL | 356.13º | 0.32% | 0.81% | - |
| HSV(B) | 356.13º | 0.14% | 0.87% | - |
| XYZ | 58.38 | 56.64 | 58.31 | - |
| YUV | 200.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 193 | 0 | 0.14 | 0.13 | 0.13 | 356.13 | 0.32 | 0.81 |
| Hex | DE | BF | C1 | 0 | E | D | D | 164 | 20 | 51 |
| Octal | 336 | 277 | 301 | 0 | 16 | 15 | 15 | 544 | 40 | 121 |
| Binary | 11011110 | 10111111 | 11000001 | 0 | 1110 | 1101 | 1101 | 101100100 | 100000 | 1010001 |
Color Harmonies of #DEBFC1
Complementary color
Monochromatic Colors of #DEBFC1
Black with #DEBFC1
Text Example
Text Example
White with #DEBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBFC1; }
p { color: rgb(222,191,193); }
H1.HeaderClassName
{
color: #DEBFC1;
}
.AnyTagClassName
{
color: #DEBFC1;
}
</style>
background-color css
<style>
a { background-color: #DEBFC1; }
a { background-color: rgb(222,191,193); }
div.DivClassName
{
background-color: #DEBFC1;
}
.BgClassName
{
background-color: #DEBFC1;
}
</style>
border-color css
<style>
span { border-color: #DEBFC1; }
span { border-color: rgb(222,191,193); }
td.TdClassName
{
border-color: #DEBFC1;
}
.TagClassName
{
border-color: #DEBFC1;
}
</style>