#D6ACB4

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

Shades of Blossom #D6ACB4

Tints of Blossom #D6ACB4

Color information

#D6ACB4 (or 0xD6ACB4) is unknown color: approx Blossom. HEX triplet: D6, AC and B4. RGB value is (214,172,180). Sum of RGB (Red+Green+Blue) = 214+172+180=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB4 is #29534B. Grayscale: #B9B9B9. Windows color (decimal): -2708300 or 11840726. OLE color: 11840726.

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

Color convert

RGB214172180-
CMYK00.200.160.16
HSL348.57º33.87%75.69%-
HSV(B)348.57º19.63%83.92%-
XYZ50.7247.149.6-
YUV185.47124.91148.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 180 (70.70% from 255) = 31.80%
R=37.81%
G=30.39%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417218000.200.160.16348.5733.8775.69
HexD6ACB4014101015d224c
Octal326254264024202053542114
Binary11010110101011001011010001010010000100001010111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ACB4; }

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

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

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

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

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

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

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

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