#DBBABC

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

Shades of Pink Flare #DBBABC

Tints of Pink Flare #DBBABC

Color information

#DBBABC (or 0xDBBABC) is unknown color: approx Pink Flare. HEX triplet: DB, BA and BC. RGB value is (219,186,188). Sum of RGB (Red+Green+Blue) = 219+186+188=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABC is #244543. Grayscale: #C4C4C4. Windows color (decimal): -2377028 or 12368603. OLE color: 12368603.

HSL color Cylindrical-coordinate representation of color #DBBABC: hue angle of 356.36º 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 #DBBABC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB219186188-
CMYK00.150.140.14
HSL356.36º31.43%79.41%-
HSV(B)356.36º15.07%85.88%-
XYZ55.8553.8155.02-
YUV196.09123.43144.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=36.93%
G=31.37%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918618800.150.140.14356.3631.4379.41
HexDBBABC0FEE1641f4f
Octal333272274017161654437117
Binary1101101110111010101111000111111101110101100100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBABC; }

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

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

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

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

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

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

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

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