#D8ACB2

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

Shades of Blossom #D8ACB2

Tints of Blossom #D8ACB2

Color information

#D8ACB2 (or 0xD8ACB2) is unknown color: approx Blossom. HEX triplet: D8, AC and B2. RGB value is (216,172,178). Sum of RGB (Red+Green+Blue) = 216+172+178=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACB2 is #27534D. Grayscale: #B9B9B9. Windows color (decimal): -2577230 or 11709656. OLE color: 11709656.

HSL color Cylindrical-coordinate representation of color #D8ACB2: hue angle of 351.82º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACB2 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB216172178-
CMYK00.200.180.15
HSL351.82º36.07%76.08%-
HSV(B)351.82º20.37%84.71%-
XYZ51.1147.3248.56-
YUV185.84123.58149.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=38.16%
G=30.39%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617217800.200.180.15351.8236.0776.08
HexD8ACB201412F160244c
Octal330254262024221754044114
Binary1101100010101100101100100101001001011111011000001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACB2; }

 p { color: rgb(216,172,178); }

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

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

 a { background-color: rgb(216,172,178); }

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

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

 span { border-color: rgb(216,172,178); }

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