#DAAEB4

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

Shades of Blossom #DAAEB4

Tints of Blossom #DAAEB4

Color information

#DAAEB4 (or 0xDAAEB4) is unknown color: approx Blossom. HEX triplet: DA, AE and B4. RGB value is (218,174,180). Sum of RGB (Red+Green+Blue) = 218+174+180=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEB4 is #25514B. Grayscale: #BBBBBB. Windows color (decimal): -2445644 or 11841242. OLE color: 11841242.

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

Color convert

RGB218174180-
CMYK00.200.170.15
HSL351.82º37.29%76.86%-
HSV(B)351.82º20.18%85.49%-
XYZ52.2948.4749.78-
YUV187.84123.58149.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=38.11%
G=30.42%
B=31.47%

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
Decimal21817418000.200.170.15351.8237.2976.86
HexDAAEB401411F160254d
Octal332256264024211754045115
Binary1101101010101110101101000101001000111111011000001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAEB4; }

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

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

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

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

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

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

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

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