#D7AAB7

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

Shades of Blossom #D7AAB7

Tints of Blossom #D7AAB7

Color information

#D7AAB7 (or 0xD7AAB7) is unknown color: approx Blossom. HEX triplet: D7, AA and B7. RGB value is (215,170,183). Sum of RGB (Red+Green+Blue) = 215+170+183=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB7 is #285548. Grayscale: #B8B8B8. Windows color (decimal): -2643273 or 12036823. OLE color: 12036823.

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

Color convert

RGB215170183-
CMYK00.210.150.16
HSL342.67º36%75.49%-
HSV(B)342.67º20.93%84.31%-
XYZ50.9546.6251.11-
YUV184.94126.91149.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.85%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=37.85%
G=29.93%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517018300.210.150.16342.673675.49
HexD7AAB7015F10157244b
Octal327252267025172052744113
Binary1101011110101010101101110101011111100001010101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AAB7; }

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

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

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

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

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

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

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

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