Html Css Color HEX #DAB1BA Blossom

📋 copy color: '#DAB1BA'

red 218 ◦ green 177 ◦ blue 186

#DAB1BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DAB1BA

Tints of Blossom #DAB1BA

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 value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAB1BA (or 0xDAB1BA) is known color: 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

RGB 218 177 186 -
CMYK 0 0.19 0.15 0.15
HSL 346.83º 0.36% 0.77% -
HSV(B) 346.83º 0.19% 0.85% -
XYZ 53.5 49.89 53.27 -
YUV 190.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 218 177 186 0 0.19 0.15 0.15 346.83 0.36 0.77
Hex DA B1 BA 0 13 F F 15B 24 4D
Octal 332 261 272 0 23 17 17 533 44 115
Binary 11011010 10110001 10111010 0 10011 1111 1111 101011011 100100 1001101

Color Harmonies of #DAB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB1BA

Black with #DAB1BA

Text Example


Text Example

White with #DAB1BA

Text Example


Text Example

HTML Codes & Css Web 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>