#D7A9B7

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

Shades of Blossom #D7A9B7

Tints of Blossom #D7A9B7

Color information

#D7A9B7 (or 0xD7A9B7) is unknown color: approx Blossom. HEX triplet: D7, A9 and B7. RGB value is (215,169,183). Sum of RGB (Red+Green+Blue) = 215+169+183=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A9B7 is #285648. Grayscale: #B8B8B8. Windows color (decimal): -2643529 or 12036567. OLE color: 12036567.

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

Color convert

RGB215169183-
CMYK00.210.150.16
HSL341.74º36.51%75.29%-
HSV(B)341.74º21.4%84.31%-
XYZ50.7646.2451.05-
YUV184.35127.24149.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 183 (71.88% from 255) = 32.28%
R=37.92%
G=29.81%
B=32.28%

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
Decimal21516918300.210.150.16341.7436.5175.29
HexD7A9B7015F10156254b
Octal327251267025172052645113
Binary1101011110101001101101110101011111100001010101101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A9B7; }

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

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

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

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

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

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

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

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