#D8ABB6

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

Shades of Blossom #D8ABB6

Tints of Blossom #D8ABB6

Color information

#D8ABB6 (or 0xD8ABB6) is unknown color: approx Blossom. HEX triplet: D8, AB and B6. RGB value is (216,171,182). Sum of RGB (Red+Green+Blue) = 216+171+182=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ABB6 is #275449. Grayscale: #B9B9B9. Windows color (decimal): -2577482 or 11971544. OLE color: 11971544.

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

Color convert

RGB216171182-
CMYK00.210.160.15
HSL345.33º36.59%75.88%-
HSV(B)345.33º20.83%84.71%-
XYZ51.3347.150.64-
YUV185.71125.91149.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 182 (71.48% from 255) = 31.99%
R=37.96%
G=30.05%
B=31.99%

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
Decimal21617118200.210.160.15345.3336.5975.88
HexD8ABB601510F159254c
Octal330253266025201753145114
Binary1101100010101011101101100101011000011111010110011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABB6; }

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

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

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

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

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

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

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

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