Html Css Color HEX #DAABB5 Blossom

📋 copy color: '#DAABB5'

red 218 ◦ green 171 ◦ blue 181

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

Shades of Blossom #DAABB5

Tints of Blossom #DAABB5

RGB

 RED value IS 218 (85.55% from 255) = 38.25%

 GREEN value IS 171 (67.19% from 255) = 30%

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 38.25%
G = 30%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DAABB5 (or 0xDAABB5) is known color: Blossom. HEX triplet: DA, AB and B5. RGB value is (218,171,181). Sum of RGB (Red+Green+Blue) = 218+171+181=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABB5 is #25544A. Grayscale: #BABABA. Windows color (decimal): -2446411 or 11906010. OLE color: 11906010.

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

Color convert

RGB 218 171 181 -
CMYK 0 0.22 0.17 0.15
HSL 347.23º 0.39% 0.76% -
HSV(B) 347.23º 0.22% 0.85% -
XYZ 51.82 47.37 50.13 -
YUV 186.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 218 171 181 0 0.22 0.17 0.15 347.23 0.39 0.76
Hex DA AB B5 0 16 11 F 15B 27 4C
Octal 332 253 265 0 26 21 17 533 47 114
Binary 11011010 10101011 10110101 0 10110 10001 1111 101011011 100111 1001100

Color Harmonies of #DAABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABB5

Black with #DAABB5

Text Example


Text Example

White with #DAABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABB5; }

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

 H1.HeaderClassName
 {
   color: #DAABB5;
 }
 .AnyTagClassName
 {
   color: #DAABB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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