Html Css Color HEX #DAAAB7 Blossom

📋 copy color: '#DAAAB7'

red 218 ◦ green 170 ◦ blue 183

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

Shades of Blossom #DAAAB7

Tints of Blossom #DAAAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.77%

 BLUE value IS 183 (71.88% from 255) = 32.05%

R = 38.18%
G = 29.77%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DAAAB7 (or 0xDAAAB7) is known color: Blossom. HEX triplet: DA, AA and B7. RGB value is (218,170,183). Sum of RGB (Red+Green+Blue) = 218+170+183=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB7 is #255548. Grayscale: #B9B9B9. Windows color (decimal): -2446665 or 12036826. OLE color: 12036826.

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

Color convert

RGB 218 170 183 -
CMYK 0 0.22 0.16 0.15
HSL 343.75º 0.39% 0.76% -
HSV(B) 343.75º 0.22% 0.85% -
XYZ 51.84 47.07 51.15 -
YUV 185.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 218 170 183 0 0.22 0.16 0.15 343.75 0.39 0.76
Hex DA AA B7 0 16 10 F 158 27 4C
Octal 332 252 267 0 26 20 17 530 47 114
Binary 11011010 10101010 10110111 0 10110 10000 1111 101011000 100111 1001100

Color Harmonies of #DAAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAAB7

Black with #DAAAB7

Text Example


Text Example

White with #DAAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAAB7; }

 p { color: rgb(218,170,183); }

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

background-color css

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

 a { background-color: rgb(218,170,183); }

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

border-color css

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

 span { border-color: rgb(218,170,183); }

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