Html Css Color HEX #DAABB6 Blossom

📋 copy color: '#DAABB6'

red 218 ◦ green 171 ◦ blue 182

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

Shades of Blossom #DAABB6

Tints of Blossom #DAABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.87%

R = 38.18%
G = 29.95%
B = 31.87%

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

#DAABB6 (or 0xDAABB6) is known color: Blossom. HEX triplet: DA, AB and B6. RGB value is (218,171,182). Sum of RGB (Red+Green+Blue) = 218+171+182=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABB6 is #255449. Grayscale: #BABABA. Windows color (decimal): -2446410 or 11971546. OLE color: 11971546.

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

Color convert

RGB 218 171 182 -
CMYK 0 0.22 0.17 0.15
HSL 345.96º 0.39% 0.76% -
HSV(B) 345.96º 0.22% 0.85% -
XYZ 51.92 47.41 50.67 -
YUV 186.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 218 171 182 0 0.22 0.17 0.15 345.96 0.39 0.76
Hex DA AB B6 0 16 11 F 15A 27 4C
Octal 332 253 266 0 26 21 17 532 47 114
Binary 11011010 10101011 10110110 0 10110 10001 1111 101011010 100111 1001100

Color Harmonies of #DAABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAABB6

Black with #DAABB6

Text Example


Text Example

White with #DAABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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