#D8AAB5

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

Shades of Blossom #D8AAB5

Tints of Blossom #D8AAB5

Color information

#D8AAB5 (or 0xD8AAB5) is unknown color: approx Blossom. HEX triplet: D8, AA and B5. RGB value is (216,170,181). Sum of RGB (Red+Green+Blue) = 216+170+181=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAB5 is #27554A. Grayscale: #B9B9B9. Windows color (decimal): -2577739 or 11905752. OLE color: 11905752.

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

Color convert

RGB216170181-
CMYK00.210.160.15
HSL345.65º37.1%75.69%-
HSV(B)345.65º21.3%84.71%-
XYZ51.0346.6850.04-
YUV185.01125.74150.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=38.10%
G=29.98%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617018100.210.160.15345.6537.175.69
HexD8AAB501510F15a254c
Octal330252265025201753245114
Binary1101100010101010101101010101011000011111010110101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAB5; }

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

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

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

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

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

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

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

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