Shades of Pink Flare #DBBEC1
Tints of Pink Flare #DBBEC1
RGB
CMYK
RGB Variations
Color information
#DBBEC1 (or 0xDBBEC1) is known color: Pink Flare. HEX triplet: DB, BE and C1. RGB value is (219,190,193). Sum of RGB (Red+Green+Blue) = 219+190+193=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC1 is #24413E. Grayscale: #C7C7C7. Windows color (decimal): -2375999 or 12697307. OLE color: 12697307.
HSL color Cylindrical-coordinate representation of color #DBBEC1: hue angle of 353.79º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 193 | - |
CMYK | 0 | 0.13 | 0.12 | 0.14 |
HSL | 353.79º | 0.29% | 0.8% | - |
HSV(B) | 353.79º | 0.13% | 0.86% | - |
XYZ | 57.25 | 55.74 | 58.19 | - |
YUV | 199.01 | 124.61 | 142.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 193 | 0 | 0.13 | 0.12 | 0.14 | 353.79 | 0.29 | 0.8 |
Hex | DB | BE | C1 | 0 | D | C | E | 162 | 1D | 50 |
Octal | 333 | 276 | 301 | 0 | 15 | 14 | 16 | 542 | 35 | 120 |
Binary | 11011011 | 10111110 | 11000001 | 0 | 1101 | 1100 | 1110 | 101100010 | 11101 | 1010000 |
Color Harmonies of #DBBEC1
Complementary color
Monochromatic Colors of #DBBEC1
Black with #DBBEC1
Text Example
Text Example
White with #DBBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEC1; }
p { color: rgb(219,190,193); }
H1.HeaderClassName
{
color: #DBBEC1;
}
.AnyTagClassName
{
color: #DBBEC1;
}
</style>
background-color css
<style>
a { background-color: #DBBEC1; }
a { background-color: rgb(219,190,193); }
div.DivClassName
{
background-color: #DBBEC1;
}
.BgClassName
{
background-color: #DBBEC1;
}
</style>
border-color css
<style>
span { border-color: #DBBEC1; }
span { border-color: rgb(219,190,193); }
td.TdClassName
{
border-color: #DBBEC1;
}
.TagClassName
{
border-color: #DBBEC1;
}
</style>