#DAAEB6

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

Shades of Blossom #DAAEB6

Tints of Blossom #DAAEB6

Color information

#DAAEB6 (or 0xDAAEB6) is unknown color: approx Blossom. HEX triplet: DA, AE and B6. RGB value is (218,174,182). Sum of RGB (Red+Green+Blue) = 218+174+182=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB6 is #255149. Grayscale: #BCBCBC. Windows color (decimal): -2445642 or 11972314. OLE color: 11972314.

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

Color convert

RGB218174182-
CMYK00.200.170.15
HSL349.09º37.29%76.86%-
HSV(B)349.09º20.18%85.49%-
XYZ52.4948.5550.86-
YUV188.07124.58149.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=37.98%
G=30.31%
B=31.71%

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
Decimal21817418200.200.170.15349.0937.2976.86
HexDAAEB601411F15d254d
Octal332256266024211753545115
Binary1101101010101110101101100101001000111111010111011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEB6; }

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

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

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

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

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

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

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

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