#DAB5B6

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

Shades of Pink Flare #DAB5B6

Tints of Pink Flare #DAB5B6

Color information

#DAB5B6 (or 0xDAB5B6) is unknown color: approx Pink Flare. HEX triplet: DA, B5 and B6. RGB value is (218,181,182). Sum of RGB (Red+Green+Blue) = 218+181+182=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5B6 is #254A49. Grayscale: #C0C0C0. Windows color (decimal): -2443850 or 11974106. OLE color: 11974106.

HSL color Cylindrical-coordinate representation of color #DAB5B6: hue angle of 358.38º degrees, saturation: 0.33, 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 #DAB5B6 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218181182-
CMYK00.170.170.15
HSL358.38º33.33%78.24%-
HSV(B)358.38º16.97%85.49%-
XYZ53.8851.3351.32-
YUV192.18122.26146.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 181 (71.09% from 255) = 31.15%
BLUE value IS 182 (71.48% from 255) = 31.33%
R=37.52%
G=31.15%
B=31.33%

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
Decimal21818118200.170.170.15358.3833.3378.24
HexDAB5B601111F166214e
Octal332265266021211754641116
Binary1101101010110101101101100100011000111111011001101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5B6; }

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

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

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

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

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

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

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

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