#DAB1B3

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

Shades of Pink Flare #DAB1B3

Tints of Pink Flare #DAB1B3

Color information

#DAB1B3 (or 0xDAB1B3) is unknown color: approx Pink Flare. HEX triplet: DA, B1 and B3. RGB value is (218,177,179). Sum of RGB (Red+Green+Blue) = 218+177+179=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1B3 is #254E4C. Grayscale: #BDBDBD. Windows color (decimal): -2444877 or 11776474. OLE color: 11776474.

HSL color Cylindrical-coordinate representation of color #DAB1B3: hue angle of 357.07º 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 #DAB1B3 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB218177179-
CMYK00.190.180.15
HSL357.07º35.65%77.45%-
HSV(B)357.07º18.81%85.49%-
XYZ52.7749.649.44-
YUV189.49122.08148.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=37.98%
G=30.84%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817717900.190.180.15357.0735.6577.45
HexDAB1B301312F165244d
Octal332261263023221754544115
Binary1101101010110001101100110100111001011111011001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1B3; }

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

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

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

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

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

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

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

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