#DAB2B5

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

Shades of Pink Flare #DAB2B5

Tints of Pink Flare #DAB2B5

Color information

#DAB2B5 (or 0xDAB2B5) is unknown color: approx Pink Flare. HEX triplet: DA, B2 and B5. RGB value is (218,178,181). Sum of RGB (Red+Green+Blue) = 218+178+181=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2B5 is #254D4A. Grayscale: #BEBEBE. Windows color (decimal): -2444619 or 11907802. OLE color: 11907802.

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

Color convert

RGB218178181-
CMYK00.180.170.15
HSL355.5º35.09%77.65%-
HSV(B)355.5º18.35%85.49%-
XYZ53.1750.0850.58-
YUV190.3122.75147.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 178 (69.92% from 255) = 30.85%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=37.78%
G=30.85%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817818100.180.170.15355.535.0977.65
HexDAB2B501211F164234e
Octal332262265022211754443116
Binary1101101010110010101101010100101000111111011001001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2B5; }

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

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

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

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

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

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

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

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