#DAAAB4

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

Shades of Blossom #DAAAB4

Tints of Blossom #DAAAB4

Color information

#DAAAB4 (or 0xDAAAB4) is unknown color: approx Blossom. HEX triplet: DA, AA and B4. RGB value is (218,170,180). Sum of RGB (Red+Green+Blue) = 218+170+180=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAB4 is #25554B. Grayscale: #B9B9B9. Windows color (decimal): -2446668 or 11840218. OLE color: 11840218.

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

Color convert

RGB218170180-
CMYK00.220.170.15
HSL347.5º39.34%76.08%-
HSV(B)347.5º22.02%85.49%-
XYZ51.5346.9549.53-
YUV185.49124.9151.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=38.38%
G=29.93%
B=31.69%

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
Decimal21817018000.220.170.15347.539.3476.08
HexDAAAB401611F15c274c
Octal332252264026211753447114
Binary1101101010101010101101000101101000111111010111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAB4; }

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

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

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

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

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

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

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

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