#D9A6B6

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

Shades of Blossom #D9A6B6

Tints of Blossom #D9A6B6

Color information

#D9A6B6 (or 0xD9A6B6) is unknown color: approx Blossom. HEX triplet: D9, A6 and B6. RGB value is (217,166,182). Sum of RGB (Red+Green+Blue) = 217+166+182=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6B6 is #265949. Grayscale: #B7B7B7. Windows color (decimal): -2513226 or 11970265. OLE color: 11970265.

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

Color convert

RGB217166182-
CMYK00.240.160.15
HSL341.18º40.16%75.1%-
HSV(B)341.18º23.5%85.1%-
XYZ50.6945.450.35-
YUV183.07127.4152.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=38.41%
G=29.38%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716618200.240.160.15341.1840.1675.1
HexD9A6B601810F155284b
Octal331246266030201752550113
Binary1101100110100110101101100110001000011111010101011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A6B6; }

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

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

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

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

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

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

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

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