#D6ACB7

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

Shades of Blossom #D6ACB7

Tints of Blossom #D6ACB7

Color information

#D6ACB7 (or 0xD6ACB7) is unknown color: approx Blossom. HEX triplet: D6, AC and B7. RGB value is (214,172,183). Sum of RGB (Red+Green+Blue) = 214+172+183=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB7 is #295348. Grayscale: #B9B9B9. Windows color (decimal): -2708297 or 12037334. OLE color: 12037334.

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

Color convert

RGB214172183-
CMYK00.200.140.16
HSL344.29º33.87%75.69%-
HSV(B)344.29º19.63%83.92%-
XYZ51.0347.2251.22-
YUV185.81126.41148.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 183 (71.88% from 255) = 32.16%
R=37.61%
G=30.23%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417218300.200.140.16344.2933.8775.69
HexD6ACB7014E10158224c
Octal326254267024162053042114
Binary1101011010101100101101110101001110100001010110001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACB7; }

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

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

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

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

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

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

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

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