#D7ACB4

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

Shades of Blossom #D7ACB4

Tints of Blossom #D7ACB4

Color information

#D7ACB4 (or 0xD7ACB4) is unknown color: approx Blossom. HEX triplet: D7, AC and B4. RGB value is (215,172,180). Sum of RGB (Red+Green+Blue) = 215+172+180=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACB4 is #28534B. Grayscale: #B9B9B9. Windows color (decimal): -2642764 or 11840727. OLE color: 11840727.

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

Color convert

RGB215172180-
CMYK00.20.160.16
HSL348.84º34.96%75.88%-
HSV(B)348.84º20%84.31%-
XYZ51.0247.2549.61-
YUV185.77124.75148.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.92%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=37.92%
G=30.34%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517218000.20.160.16348.8434.9675.88
HexD7ACB4014101015d234c
Octal327254264024202053543114
Binary11010111101011001011010001010010000100001010111011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ACB4; }

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

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

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

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

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

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

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

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