#D1ABB6

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

Shades of Blossom #D1ABB6

Tints of Blossom #D1ABB6

Color information

#D1ABB6 (or 0xD1ABB6) is unknown color: approx Blossom. HEX triplet: D1, AB and B6. RGB value is (209,171,182). Sum of RGB (Red+Green+Blue) = 209+171+182=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABB6 is #2E5449. Grayscale: #B7B7B7. Windows color (decimal): -3036234 or 11971537. OLE color: 11971537.

HSL color Cylindrical-coordinate representation of color #D1ABB6: hue angle of 342.63º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1ABB6 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209171182-
CMYK00.180.130.18
HSL342.63º29.23%74.51%-
HSV(B)342.63º18.18%81.96%-
XYZ49.346.0650.55-
YUV183.62127.09146.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=37.19%
G=30.43%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917118200.180.130.18342.6329.2374.51
HexD1ABB6012D121571d4b
Octal321253266022152252735113
Binary110100011010101110110110010010110110010101010111111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABB6; }

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

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

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

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

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

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

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

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