#D7AAB5

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

Shades of Blossom #D7AAB5

Tints of Blossom #D7AAB5

Color information

#D7AAB5 (or 0xD7AAB5) is unknown color: approx Blossom. HEX triplet: D7, AA and B5. RGB value is (215,170,181). Sum of RGB (Red+Green+Blue) = 215+170+181=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB5 is #28554A. Grayscale: #B8B8B8. Windows color (decimal): -2643275 or 11905751. OLE color: 11905751.

HSL color Cylindrical-coordinate representation of color #D7AAB5: hue angle of 345.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAB5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB215170181-
CMYK00.210.160.16
HSL345.33º36%75.49%-
HSV(B)345.33º20.93%84.31%-
XYZ50.7446.5350.02-
YUV184.71125.91149.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.99%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=37.99%
G=30.04%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517018100.210.160.16345.333675.49
HexD7AAB50151010159244b
Octal327252265025202053144113
Binary11010111101010101011010101010110000100001010110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAB5; }

 p { color: rgb(215,170,181); }

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

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

 a { background-color: rgb(215,170,181); }

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

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

 span { border-color: rgb(215,170,181); }

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