#D8ABB5

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

Shades of Blossom #D8ABB5

Tints of Blossom #D8ABB5

Color information

#D8ABB5 (or 0xD8ABB5) is unknown color: approx Blossom. HEX triplet: D8, AB and B5. RGB value is (216,171,181). Sum of RGB (Red+Green+Blue) = 216+171+181=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABB5 is #27544A. Grayscale: #B9B9B9. Windows color (decimal): -2577483 or 11906008. OLE color: 11906008.

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

Color convert

RGB216171181-
CMYK00.210.160.15
HSL346.67º36.59%75.88%-
HSV(B)346.67º20.83%84.71%-
XYZ51.2247.0650.1-
YUV185.6125.41149.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=38.03%
G=30.11%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617118100.210.160.15346.6736.5975.88
HexD8ABB501510F15b254c
Octal330253265025201753345114
Binary1101100010101011101101010101011000011111010110111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABB5; }

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

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

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

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

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

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

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

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