#D8ABB3

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

Shades of Blossom #D8ABB3

Tints of Blossom #D8ABB3

Color information

#D8ABB3 (or 0xD8ABB3) is unknown color: approx Blossom. HEX triplet: D8, AB and B3. RGB value is (216,171,179). Sum of RGB (Red+Green+Blue) = 216+171+179=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABB3 is #27544C. Grayscale: #B9B9B9. Windows color (decimal): -2577485 or 11774936. OLE color: 11774936.

HSL color Cylindrical-coordinate representation of color #D8ABB3: 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 #D8ABB3 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216171179-
CMYK00.210.170.15
HSL349.33º36.59%75.88%-
HSV(B)349.33º20.83%84.71%-
XYZ51.0246.9849.03-
YUV185.37124.41149.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=38.16%
G=30.21%
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
Decimal21617117900.210.170.15349.3336.5975.88
HexD8ABB301511F15d254c
Octal330253263025211753545114
Binary1101100010101011101100110101011000111111010111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABB3; }

 p { color: rgb(216,171,179); }

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

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

 a { background-color: rgb(216,171,179); }

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

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

 span { border-color: rgb(216,171,179); }

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