#D9A9B3

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

Shades of Blossom #D9A9B3

Tints of Blossom #D9A9B3

Color information

#D9A9B3 (or 0xD9A9B3) is unknown color: approx Blossom. HEX triplet: D9, A9 and B3. RGB value is (217,169,179). Sum of RGB (Red+Green+Blue) = 217+169+179=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A9B3 is #26564C. Grayscale: #B8B8B8. Windows color (decimal): -2512461 or 11774425. OLE color: 11774425.

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

Color convert

RGB217169179-
CMYK00.220.180.15
HSL347.5º38.71%75.69%-
HSV(B)347.5º22.12%85.1%-
XYZ50.9446.3848.92-
YUV184.49124.9151.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 179 (70.31% from 255) = 31.68%
R=38.41%
G=29.91%
B=31.68%

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
Decimal21716917900.220.180.15347.538.7175.69
HexD9A9B301612F15c274c
Octal331251263026221753447114
Binary1101100110101001101100110101101001011111010111001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9B3; }

 p { color: rgb(217,169,179); }

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

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

 a { background-color: rgb(217,169,179); }

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

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

 span { border-color: rgb(217,169,179); }

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