#DBBABB

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

Shades of Pink Flare #DBBABB

Tints of Pink Flare #DBBABB

Color information

#DBBABB (or 0xDBBABB) is unknown color: approx Pink Flare. HEX triplet: DB, BA and BB. RGB value is (219,186,187). Sum of RGB (Red+Green+Blue) = 219+186+187=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBABB is #244544. Grayscale: #C4C4C4. Windows color (decimal): -2377029 or 12303067. OLE color: 12303067.

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

Color convert

RGB219186187-
CMYK00.150.150.14
HSL358.18º31.43%79.41%-
HSV(B)358.18º15.07%85.88%-
XYZ55.7453.7754.45-
YUV195.98122.93144.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=36.99%
G=31.42%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918618700.150.150.14358.1831.4379.41
HexDBBABB0FFE1661f4f
Octal333272273017171654637117
Binary1101101110111010101110110111111111110101100110111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBABB; }

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

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

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

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

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

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

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

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