#D9AAB3

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

Shades of Blossom #D9AAB3

Tints of Blossom #D9AAB3

Color information

#D9AAB3 (or 0xD9AAB3) is unknown color: approx Blossom. HEX triplet: D9, AA and B3. RGB value is (217,170,179). Sum of RGB (Red+Green+Blue) = 217+170+179=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAB3 is #26554C. Grayscale: #B9B9B9. Windows color (decimal): -2512205 or 11774681. OLE color: 11774681.

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

Color convert

RGB217170179-
CMYK00.220.180.15
HSL348.51º38.21%75.88%-
HSV(B)348.51º21.66%85.1%-
XYZ51.1346.7648.98-
YUV185.08124.57150.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=38.34%
G=30.04%
B=31.63%

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
Decimal21717017900.220.180.15348.5138.2175.88
HexD9AAB301612F15d264c
Octal331252263026221753546114
Binary1101100110101010101100110101101001011111010111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAB3; }

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

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

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

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

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

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

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

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