#D9AAB2

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

Shades of Blossom #D9AAB2

Tints of Blossom #D9AAB2

Color information

#D9AAB2 (or 0xD9AAB2) is unknown color: approx Blossom. HEX triplet: D9, AA and B2. RGB value is (217,170,178). Sum of RGB (Red+Green+Blue) = 217+170+178=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAB2 is #26554D. Grayscale: #B8B8B8. Windows color (decimal): -2512206 or 11709145. OLE color: 11709145.

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

Color convert

RGB217170178-
CMYK00.220.180.15
HSL349.79º38.21%75.88%-
HSV(B)349.79º21.66%85.1%-
XYZ51.0346.7248.45-
YUV184.96124.07150.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=38.41%
G=30.09%
B=31.50%

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
Decimal21717017800.220.180.15349.7938.2175.88
HexD9AAB201612F15e264c
Octal331252262026221753646114
Binary1101100110101010101100100101101001011111010111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AAB2; }

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

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

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

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

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

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

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

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