#DAAEB7

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

Shades of Blossom #DAAEB7

Tints of Blossom #DAAEB7

Color information

#DAAEB7 (or 0xDAAEB7) is unknown color: approx Blossom. HEX triplet: DA, AE and B7. RGB value is (218,174,183). Sum of RGB (Red+Green+Blue) = 218+174+183=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB7 is #255148. Grayscale: #BCBCBC. Windows color (decimal): -2445641 or 12037850. OLE color: 12037850.

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

Color convert

RGB218174183-
CMYK00.200.160.15
HSL347.73º37.29%76.86%-
HSV(B)347.73º20.18%85.49%-
XYZ52.648.651.41-
YUV188.18125.08149.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=37.91%
G=30.26%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817418300.200.160.15347.7337.2976.86
HexDAAEB701410F15c254d
Octal332256267024201753445115
Binary1101101010101110101101110101001000011111010111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEB7; }

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

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

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

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

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

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

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

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