#D8A9B2

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

Shades of Blossom #D8A9B2

Tints of Blossom #D8A9B2

Color information

#D8A9B2 (or 0xD8A9B2) is unknown color: approx Blossom. HEX triplet: D8, A9 and B2. RGB value is (216,169,178). Sum of RGB (Red+Green+Blue) = 216+169+178=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A9B2 is #27564D. Grayscale: #B8B8B8. Windows color (decimal): -2577998 or 11708888. OLE color: 11708888.

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

Color convert

RGB216169178-
CMYK00.220.180.15
HSL348.51º37.6%75.49%-
HSV(B)348.51º21.76%84.71%-
XYZ50.5446.1948.37-
YUV184.08124.57150.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 178 (69.92% from 255) = 31.62%
R=38.37%
G=30.02%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616917800.220.180.15348.5137.675.49
HexD8A9B201612F15d264b
Octal330251262026221753546113
Binary1101100010101001101100100101101001011111010111011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A9B2; }

 p { color: rgb(216,169,178); }

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

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

 a { background-color: rgb(216,169,178); }

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

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

 span { border-color: rgb(216,169,178); }

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