#D8AAB3

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

Shades of Blossom #D8AAB3

Tints of Blossom #D8AAB3

Color information

#D8AAB3 (or 0xD8AAB3) is unknown color: approx Blossom. HEX triplet: D8, AA and B3. RGB value is (216,170,179). Sum of RGB (Red+Green+Blue) = 216+170+179=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAB3 is #27554C. Grayscale: #B8B8B8. Windows color (decimal): -2577741 or 11774680. OLE color: 11774680.

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

Color convert

RGB216170179-
CMYK00.210.170.15
HSL348.26º37.1%75.69%-
HSV(B)348.26º21.3%84.71%-
XYZ50.8346.648.96-
YUV184.78124.74150.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=38.23%
G=30.09%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617017900.210.170.15348.2637.175.69
HexD8AAB301511F15c254c
Octal330252263025211753445114
Binary1101100010101010101100110101011000111111010111001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAB3; }

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

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

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

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

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

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

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

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