#D9ACB6

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

Shades of Blossom #D9ACB6

Tints of Blossom #D9ACB6

Color information

#D9ACB6 (or 0xD9ACB6) is unknown color: approx Blossom. HEX triplet: D9, AC and B6. RGB value is (217,172,182). Sum of RGB (Red+Green+Blue) = 217+172+182=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB6 is #265349. Grayscale: #BABABA. Windows color (decimal): -2511690 or 11971801. OLE color: 11971801.

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

Color convert

RGB217172182-
CMYK00.210.160.15
HSL346.67º37.19%76.27%-
HSV(B)346.67º20.74%85.1%-
XYZ51.8147.6350.72-
YUV186.59125.41149.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=38.00%
G=30.12%
B=31.87%

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
Decimal21717218200.210.160.15346.6737.1976.27
HexD9ACB601510F15b254c
Octal331254266025201753345114
Binary1101100110101100101101100101011000011111010110111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACB6; }

 p { color: rgb(217,172,182); }

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

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

 a { background-color: rgb(217,172,182); }

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

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

 span { border-color: rgb(217,172,182); }

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