#D9AAB5

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

Shades of Blossom #D9AAB5

Tints of Blossom #D9AAB5

Color information

#D9AAB5 (or 0xD9AAB5) is unknown color: approx Blossom. HEX triplet: D9, AA and B5. RGB value is (217,170,181). Sum of RGB (Red+Green+Blue) = 217+170+181=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAB5 is #26554A. Grayscale: #B9B9B9. Windows color (decimal): -2512203 or 11905753. OLE color: 11905753.

HSL color Cylindrical-coordinate representation of color #D9AAB5: hue angle of 345.96º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAB5 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217170181-
CMYK00.220.170.15
HSL345.96º38.21%75.88%-
HSV(B)345.96º21.66%85.1%-
XYZ51.3346.8450.05-
YUV185.31125.57150.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=38.20%
G=29.93%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717018100.220.170.15345.9638.2175.88
HexD9AAB501611F15a264c
Octal331252265026211753246114
Binary1101100110101010101101010101101000111111010110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAB5; }

 p { color: rgb(217,170,181); }

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

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

 a { background-color: rgb(217,170,181); }

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

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

 span { border-color: rgb(217,170,181); }

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