#DAAEB3

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

Shades of Blossom #DAAEB3

Tints of Blossom #DAAEB3

Color information

#DAAEB3 (or 0xDAAEB3) is unknown color: approx Blossom. HEX triplet: DA, AE and B3. RGB value is (218,174,179). Sum of RGB (Red+Green+Blue) = 218+174+179=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB3 is #25514C. Grayscale: #BBBBBB. Windows color (decimal): -2445645 or 11775706. OLE color: 11775706.

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

Color convert

RGB218174179-
CMYK00.200.180.15
HSL353.18º37.29%76.86%-
HSV(B)353.18º20.18%85.49%-
XYZ52.1948.4349.25-
YUV187.73123.08149.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=38.18%
G=30.47%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817417900.200.180.15353.1837.2976.86
HexDAAEB301412F161254d
Octal332256263024221754145115
Binary1101101010101110101100110101001001011111011000011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEB3; }

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

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

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

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

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

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

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

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