#D9ABB8

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

Shades of Blossom #D9ABB8

Tints of Blossom #D9ABB8

Color information

#D9ABB8 (or 0xD9ABB8) is unknown color: approx Blossom. HEX triplet: D9, AB and B8. RGB value is (217,171,184). Sum of RGB (Red+Green+Blue) = 217+171+184=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABB8 is #265447. Grayscale: #BABABA. Windows color (decimal): -2511944 or 12102617. OLE color: 12102617.

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

Color convert

RGB217171184-
CMYK00.210.150.15
HSL343.04º37.7%76.08%-
HSV(B)343.04º21.2%85.1%-
XYZ51.8347.3451.75-
YUV186.24126.74149.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 184 (72.27% from 255) = 32.17%
R=37.94%
G=29.90%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717118400.210.150.15343.0437.776.08
HexD9ABB8015FF157264c
Octal331253270025171752746114
Binary110110011010101110111000010101111111111010101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ABB8; }

 p { color: rgb(217,171,184); }

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

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

 a { background-color: rgb(217,171,184); }

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

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

 span { border-color: rgb(217,171,184); }

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