#DAB3B7

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

Shades of Pink Flare #DAB3B7

Tints of Pink Flare #DAB3B7

Color information

#DAB3B7 (or 0xDAB3B7) is unknown color: approx Pink Flare. HEX triplet: DA, B3 and B7. RGB value is (218,179,183). Sum of RGB (Red+Green+Blue) = 218+179+183=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3B7 is #254C48. Grayscale: #BFBFBF. Windows color (decimal): -2444361 or 12039130. OLE color: 12039130.

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

Color convert

RGB218179183-
CMYK00.180.160.15
HSL353.85º34.51%77.84%-
HSV(B)353.85º17.89%85.49%-
XYZ53.5850.5651.74-
YUV191.12123.42147.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 179 (70.31% from 255) = 30.86%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=37.59%
G=30.86%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817918300.180.160.15353.8534.5177.84
HexDAB3B701210F162234e
Octal332263267022201754243116
Binary1101101010110011101101110100101000011111011000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3B7; }

 p { color: rgb(218,179,183); }

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

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

 a { background-color: rgb(218,179,183); }

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

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

 span { border-color: rgb(218,179,183); }

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