#D6ACB5

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

Shades of Blossom #D6ACB5

Tints of Blossom #D6ACB5

Color information

#D6ACB5 (or 0xD6ACB5) is unknown color: approx Blossom. HEX triplet: D6, AC and B5. RGB value is (214,172,181). Sum of RGB (Red+Green+Blue) = 214+172+181=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB5 is #29534A. Grayscale: #B9B9B9. Windows color (decimal): -2708299 or 11906262. OLE color: 11906262.

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

Color convert

RGB214172181-
CMYK00.200.150.16
HSL347.14º33.87%75.69%-
HSV(B)347.14º19.63%83.92%-
XYZ50.8247.1450.14-
YUV185.58125.41148.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=37.74%
G=30.34%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417218100.200.150.16347.1433.8775.69
HexD6ACB5014F1015b224c
Octal326254265024172053342114
Binary1101011010101100101101010101001111100001010110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACB5; }

 p { color: rgb(214,172,181); }

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

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

 a { background-color: rgb(214,172,181); }

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

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

 span { border-color: rgb(214,172,181); }

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