#DAB1B5

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

Shades of Pink Flare #DAB1B5

Tints of Pink Flare #DAB1B5

Color information

#DAB1B5 (or 0xDAB1B5) is unknown color: approx Pink Flare. HEX triplet: DA, B1 and B5. RGB value is (218,177,181). Sum of RGB (Red+Green+Blue) = 218+177+181=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1B5 is #254E4A. Grayscale: #BDBDBD. Windows color (decimal): -2444875 or 11907546. OLE color: 11907546.

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

Color convert

RGB218177181-
CMYK00.190.170.15
HSL354.15º35.65%77.45%-
HSV(B)354.15º18.81%85.49%-
XYZ52.9849.6950.51-
YUV189.72123.08148.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=37.85%
G=30.73%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817718100.190.170.15354.1535.6577.45
HexDAB1B501311F162244d
Octal332261265023211754244115
Binary1101101010110001101101010100111000111111011000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1B5; }

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

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

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

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

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

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

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

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