#DAAAB5

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

Shades of Blossom #DAAAB5

Tints of Blossom #DAAAB5

Color information

#DAAAB5 (or 0xDAAAB5) is unknown color: approx Blossom. HEX triplet: DA, AA and B5. RGB value is (218,170,181). Sum of RGB (Red+Green+Blue) = 218+170+181=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB5 is #25554A. Grayscale: #B9B9B9. Windows color (decimal): -2446667 or 11905754. OLE color: 11905754.

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

Color convert

RGB218170181-
CMYK00.220.170.15
HSL346.25º39.34%76.08%-
HSV(B)346.25º22.02%85.49%-
XYZ51.6346.9950.07-
YUV185.61125.4151.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=38.31%
G=29.88%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817018100.220.170.15346.2539.3476.08
HexDAAAB501611F15a274c
Octal332252265026211753247114
Binary1101101010101010101101010101101000111111010110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAB5; }

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

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

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

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

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

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

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

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