#DAAAB2

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

Shades of Blossom #DAAAB2

Tints of Blossom #DAAAB2

Color information

#DAAAB2 (or 0xDAAAB2) is unknown color: approx Blossom. HEX triplet: DA, AA and B2. RGB value is (218,170,178). Sum of RGB (Red+Green+Blue) = 218+170+178=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAB2 is #25554D. Grayscale: #B9B9B9. Windows color (decimal): -2446670 or 11709146. OLE color: 11709146.

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

Color convert

RGB218170178-
CMYK00.220.180.15
HSL350º39.34%76.08%-
HSV(B)350º22.02%85.49%-
XYZ51.3246.8748.46-
YUV185.26123.9151.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=38.52%
G=30.04%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817017800.220.180.1535039.3476.08
HexDAAAB201612F15e274c
Octal332252262026221753647114
Binary1101101010101010101100100101101001011111010111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAB2; }

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

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

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

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

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

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

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

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