#DAB9BB

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

Shades of Pink Flare #DAB9BB

Tints of Pink Flare #DAB9BB

Color information

#DAB9BB (or 0xDAB9BB) is unknown color: approx Pink Flare. HEX triplet: DA, B9 and BB. RGB value is (218,185,187). Sum of RGB (Red+Green+Blue) = 218+185+187=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BB is #254644. Grayscale: #C3C3C3. Windows color (decimal): -2442821 or 12302810. OLE color: 12302810.

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

Color convert

RGB218185187-
CMYK00.150.140.15
HSL356.36º30.84%79.02%-
HSV(B)356.36º15.14%85.49%-
XYZ55.2353.1954.37-
YUV195.1123.43144.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=36.95%
G=31.36%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818518700.150.140.15356.3630.8479.02
HexDAB9BB0FEF1641f4f
Octal332271273017161754437117
Binary1101101010111001101110110111111101111101100100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9BB; }

 p { color: rgb(218,185,187); }

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

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

 a { background-color: rgb(218,185,187); }

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

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

 span { border-color: rgb(218,185,187); }

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