#DAAEB5

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

Shades of Blossom #DAAEB5

Tints of Blossom #DAAEB5

Color information

#DAAEB5 (or 0xDAAEB5) is unknown color: approx Blossom. HEX triplet: DA, AE and B5. RGB value is (218,174,181). Sum of RGB (Red+Green+Blue) = 218+174+181=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB5 is #25514A. Grayscale: #BBBBBB. Windows color (decimal): -2445643 or 11906778. OLE color: 11906778.

HSL color Cylindrical-coordinate representation of color #DAAEB5: hue angle of 350.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAEB5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218174181-
CMYK00.200.170.15
HSL350.45º37.29%76.86%-
HSV(B)350.45º20.18%85.49%-
XYZ52.3948.5150.32-
YUV187.95124.08149.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=38.05%
G=30.37%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817418100.200.170.15350.4537.2976.86
HexDAAEB501411F15e254d
Octal332256265024211753645115
Binary1101101010101110101101010101001000111111010111101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEB5; }

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

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

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

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

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

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

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

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