#D9AEB5

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

Shades of Blossom #D9AEB5

Tints of Blossom #D9AEB5

Color information

#D9AEB5 (or 0xD9AEB5) is unknown color: approx Blossom. HEX triplet: D9, AE and B5. RGB value is (217,174,181). Sum of RGB (Red+Green+Blue) = 217+174+181=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEB5 is #26514A. Grayscale: #BBBBBB. Windows color (decimal): -2511179 or 11906777. OLE color: 11906777.

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

Color convert

RGB217174181-
CMYK00.200.170.15
HSL350.23º36.13%76.67%-
HSV(B)350.23º19.82%85.1%-
XYZ52.0948.3650.3-
YUV187.65124.25148.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=37.94%
G=30.42%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717418100.200.170.15350.2336.1376.67
HexD9AEB501411F15e244d
Octal331256265024211753644115
Binary1101100110101110101101010101001000111111010111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEB5; }

 p { color: rgb(217,174,181); }

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

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

 a { background-color: rgb(217,174,181); }

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

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

 span { border-color: rgb(217,174,181); }

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