#D9ACB4

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

Shades of Blossom #D9ACB4

Tints of Blossom #D9ACB4

Color information

#D9ACB4 (or 0xD9ACB4) is unknown color: approx Blossom. HEX triplet: D9, AC and B4. RGB value is (217,172,180). Sum of RGB (Red+Green+Blue) = 217+172+180=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB4 is #26534B. Grayscale: #BABABA. Windows color (decimal): -2511692 or 11840729. OLE color: 11840729.

HSL color Cylindrical-coordinate representation of color #D9ACB4: hue angle of 349.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACB4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217172180-
CMYK00.210.170.15
HSL349.33º37.19%76.27%-
HSV(B)349.33º20.74%85.1%-
XYZ51.6147.5549.64-
YUV186.37124.41149.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=38.14%
G=30.23%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717218000.210.170.15349.3337.1976.27
HexD9ACB401511F15d254c
Octal331254264025211753545114
Binary1101100110101100101101000101011000111111010111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ACB4; }

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

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

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

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

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

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

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

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