#DAB4B6

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

Shades of Pink Flare #DAB4B6

Tints of Pink Flare #DAB4B6

Color information

#DAB4B6 (or 0xDAB4B6) is unknown color: approx Pink Flare. HEX triplet: DA, B4 and B6. RGB value is (218,180,182). Sum of RGB (Red+Green+Blue) = 218+180+182=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4B6 is #254B49. Grayscale: #BFBFBF. Windows color (decimal): -2444106 or 11973850. OLE color: 11973850.

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

Color convert

RGB218180182-
CMYK00.170.170.15
HSL356.84º33.93%78.04%-
HSV(B)356.84º17.43%85.49%-
XYZ53.6850.9351.26-
YUV191.59122.59146.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=37.59%
G=31.03%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818018200.170.170.15356.8433.9378.04
HexDAB4B601111F165224e
Octal332264266021211754542116
Binary1101101010110100101101100100011000111111011001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4B6; }

 p { color: rgb(218,180,182); }

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

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

 a { background-color: rgb(218,180,182); }

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

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

 span { border-color: rgb(218,180,182); }

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