#DAB1BA

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

Shades of Blossom #DAB1BA

Tints of Blossom #DAB1BA

Color information

#DAB1BA (or 0xDAB1BA) is unknown color: approx Blossom. HEX triplet: DA, B1 and BA. RGB value is (218,177,186). Sum of RGB (Red+Green+Blue) = 218+177+186=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1BA is #254E45. Grayscale: #BEBEBE. Windows color (decimal): -2444870 or 12235226. OLE color: 12235226.

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

Color convert

RGB218177186-
CMYK00.190.150.15
HSL346.83º35.65%77.45%-
HSV(B)346.83º18.81%85.49%-
XYZ53.549.8953.27-
YUV190.29125.58147.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=37.52%
G=30.46%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817718600.190.150.15346.8335.6577.45
HexDAB1BA013FF15b244d
Octal332261272023171753344115
Binary110110101011000110111010010011111111111010110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1BA; }

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

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

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

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

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

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

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

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