#D3A7B4

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

Shades of Blossom #D3A7B4

Tints of Blossom #D3A7B4

Color information

#D3A7B4 (or 0xD3A7B4) is unknown color: approx Blossom. HEX triplet: D3, A7 and B4. RGB value is (211,167,180). Sum of RGB (Red+Green+Blue) = 211+167+180=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 167 (65.62% from 255 or 29.93% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A7B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A7B4 is #2C584B. Grayscale: #B5B5B5. Windows color (decimal): -2906188 or 11839443. OLE color: 11839443.

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

Color convert

RGB211167180-
CMYK00.210.150.17
HSL342.27º33.33%74.12%-
HSV(B)342.27º20.85%82.75%-
XYZ48.9244.7849.25-
YUV181.64127.08148.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 167 (65.62% from 255) = 29.93%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=37.81%
G=29.93%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116718000.210.150.17342.2733.3374.12
HexD3A7B4015F11156214a
Octal323247264025172152641112
Binary1101001110100111101101000101011111100011010101101000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A7B4; }

 p { color: rgb(211,167,180); }

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

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

 a { background-color: rgb(211,167,180); }

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

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

 span { border-color: rgb(211,167,180); }

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