#D9AFB9

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

Shades of Blossom #D9AFB9

Tints of Blossom #D9AFB9

Color information

#D9AFB9 (or 0xD9AFB9) is unknown color: approx Blossom. HEX triplet: D9, AF and B9. RGB value is (217,175,185). Sum of RGB (Red+Green+Blue) = 217+175+185=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFB9 is #265046. Grayscale: #BCBCBC. Windows color (decimal): -2510919 or 12169177. OLE color: 12169177.

HSL color Cylindrical-coordinate representation of color #D9AFB9: hue angle of 345.71º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFB9 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB217175185-
CMYK00.190.150.15
HSL345.71º35.59%76.86%-
HSV(B)345.71º19.35%85.1%-
XYZ52.748.9152.56-
YUV188.7125.91148.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 185 (72.66% from 255) = 32.06%
R=37.61%
G=30.33%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717518500.190.150.15345.7135.5976.86
HexD9AFB9013FF15a244d
Octal331257271023171753244115
Binary110110011010111110111001010011111111111010110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFB9; }

 p { color: rgb(217,175,185); }

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

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

 a { background-color: rgb(217,175,185); }

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

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

 span { border-color: rgb(217,175,185); }

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