#D9A6B4

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

Shades of Blossom #D9A6B4

Tints of Blossom #D9A6B4

Color information

#D9A6B4 (or 0xD9A6B4) is unknown color: approx Blossom. HEX triplet: D9, A6 and B4. RGB value is (217,166,180). Sum of RGB (Red+Green+Blue) = 217+166+180=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6B4 is #26594B. Grayscale: #B6B6B6. Windows color (decimal): -2513228 or 11839193. OLE color: 11839193.

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

Color convert

RGB217166180-
CMYK00.240.170.15
HSL343.53º40.16%75.1%-
HSV(B)343.53º23.5%85.1%-
XYZ50.4945.3249.27-
YUV182.84126.4152.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=38.54%
G=29.48%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716618000.240.170.15343.5340.1675.1
HexD9A6B401811F158284b
Octal331246264030211753050113
Binary1101100110100110101101000110001000111111010110001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6B4; }

 p { color: rgb(217,166,180); }

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

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

 a { background-color: rgb(217,166,180); }

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

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

 span { border-color: rgb(217,166,180); }

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