#D9A4B0

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

Shades of Blossom #D9A4B0

Tints of Blossom #D9A4B0

Color information

#D9A4B0 (or 0xD9A4B0) is unknown color: approx Blossom. HEX triplet: D9, A4 and B0. RGB value is (217,164,176). Sum of RGB (Red+Green+Blue) = 217+164+176=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A4B0 is #265B4F. Grayscale: #B5B5B5. Windows color (decimal): -2513744 or 11576537. OLE color: 11576537.

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

Color convert

RGB217164176-
CMYK00.240.190.15
HSL346.42º41.09%74.71%-
HSV(B)346.42º24.42%85.1%-
XYZ49.7344.4447.03-
YUV181.22125.06153.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 164 (64.45% from 255) = 29.44%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=38.96%
G=29.44%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716417600.240.190.15346.4241.0974.71
HexD9A4B001813F15a294b
Octal331244260030231753251113
Binary1101100110100100101100000110001001111111010110101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4B0; }

 p { color: rgb(217,164,176); }

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

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

 a { background-color: rgb(217,164,176); }

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

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

 span { border-color: rgb(217,164,176); }

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