#D5ACB7

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

Shades of Blossom #D5ACB7

Tints of Blossom #D5ACB7

Color information

#D5ACB7 (or 0xD5ACB7) is unknown color: approx Blossom. HEX triplet: D5, AC and B7. RGB value is (213,172,183). Sum of RGB (Red+Green+Blue) = 213+172+183=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACB7 is #2A5348. Grayscale: #B9B9B9. Windows color (decimal): -2773833 or 12037333. OLE color: 12037333.

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

Color convert

RGB213172183-
CMYK00.190.140.16
HSL343.9º32.8%75.49%-
HSV(B)343.9º19.25%83.53%-
XYZ50.7447.0751.21-
YUV185.51126.58147.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 183 (71.88% from 255) = 32.22%
R=37.5%
G=30.28%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317218300.190.140.16343.932.875.49
HexD5ACB7013E10158214b
Octal325254267023162053041113
Binary1101010110101100101101110100111110100001010110001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ACB7; }

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

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

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

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

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

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

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

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