#DBBABE

Color #DBBABE Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #DBBABE

Tints of Pink Flare #DBBABE

Color information

#DBBABE (or 0xDBBABE) is unknown color: approx Pink Flare. HEX triplet: DB, BA and BE. RGB value is (219,186,190). Sum of RGB (Red+Green+Blue) = 219+186+190=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABE is #244541. Grayscale: #C4C4C4. Windows color (decimal): -2377026 or 12499675. OLE color: 12499675.

HSL color Cylindrical-coordinate representation of color #DBBABE: hue angle of 352.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBABE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB219186190-
CMYK00.150.130.14
HSL352.73º31.43%79.41%-
HSV(B)352.73º15.07%85.88%-
XYZ56.0753.956.16-
YUV196.32124.43144.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=36.81%
G=31.26%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918619000.150.130.14352.7331.4379.41
HexDBBABE0FDE1611f4f
Octal333272276017151654137117
Binary1101101110111010101111100111111011110101100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBABE; }

 p { color: rgb(219,186,190); }

 H1.HeaderClassName
 {
   color: #DBBABE;
 }
 .AnyTagClassName
 {
   color: #DBBABE;
 }
</style>
background-color css

<style>
 a { background-color: #DBBABE; }

 a { background-color: rgb(219,186,190); }

 div.DivClassName
 {
   background-color: #DBBABE;
 }
 .BgClassName
 {
   background-color: #DBBABE;
 }
</style>
border-color css

<style>
 span { border-color: #DBBABE; }

 span { border-color: rgb(219,186,190); }

 td.TdClassName
 {
   border-color: #DBBABE;
 }
 .TagClassName
 {
   border-color: #DBBABE;
 }
</style>