#D3A8B1

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

Shades of Blossom #D3A8B1

Tints of Blossom #D3A8B1

Color information

#D3A8B1 (or 0xD3A8B1) is unknown color: approx Blossom. HEX triplet: D3, A8 and B1. RGB value is (211,168,177). Sum of RGB (Red+Green+Blue) = 211+168+177=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A8B1 is #2C574E. Grayscale: #B5B5B5. Windows color (decimal): -2905935 or 11643091. OLE color: 11643091.

HSL color Cylindrical-coordinate representation of color #D3A8B1: hue angle of 347.44º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3A8B1 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB211168177-
CMYK00.200.160.17
HSL347.44º32.82%74.31%-
HSV(B)347.44º20.38%82.75%-
XYZ48.845.0347.71-
YUV181.88125.25148.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.95%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=37.95%
G=30.22%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116817700.200.160.17347.4432.8274.31
HexD3A8B1014101115b214a
Octal323250261024202153341112
Binary11010011101010001011000101010010000100011010110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A8B1; }

 p { color: rgb(211,168,177); }

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

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

 a { background-color: rgb(211,168,177); }

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

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

 span { border-color: rgb(211,168,177); }

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