#D7ACB7

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

Shades of Blossom #D7ACB7

Tints of Blossom #D7ACB7

Color information

#D7ACB7 (or 0xD7ACB7) is unknown color: approx Blossom. HEX triplet: D7, AC and B7. RGB value is (215,172,183). Sum of RGB (Red+Green+Blue) = 215+172+183=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACB7 is #285348. Grayscale: #BABABA. Windows color (decimal): -2642761 or 12037335. OLE color: 12037335.

HSL color Cylindrical-coordinate representation of color #D7ACB7: hue angle of 344.65º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ACB7 is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215172183-
CMYK00.20.150.16
HSL344.65º34.96%75.88%-
HSV(B)344.65º20%84.31%-
XYZ51.3247.3751.24-
YUV186.11126.25148.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.72%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=37.72%
G=30.18%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517218300.20.150.16344.6534.9675.88
HexD7ACB7014F10159234c
Octal327254267024172053143114
Binary1101011110101100101101110101001111100001010110011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACB7; }

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

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

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

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

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

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

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

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