#D7ABB7

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

Shades of Blossom #D7ABB7

Tints of Blossom #D7ABB7

Color information

#D7ABB7 (or 0xD7ABB7) is unknown color: approx Blossom. HEX triplet: D7, AB and B7. RGB value is (215,171,183). Sum of RGB (Red+Green+Blue) = 215+171+183=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABB7 is #285448. Grayscale: #B9B9B9. Windows color (decimal): -2643017 or 12037079. OLE color: 12037079.

HSL color Cylindrical-coordinate representation of color #D7ABB7: hue angle of 343.64º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ABB7 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215171183-
CMYK00.200.150.16
HSL343.64º35.48%75.69%-
HSV(B)343.64º20.47%84.31%-
XYZ51.1346.9951.17-
YUV185.52126.58149.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.79%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 183 (71.88% from 255) = 32.16%
R=37.79%
G=30.05%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517118300.200.150.16343.6435.4875.69
HexD7ABB7014F10158234c
Octal327253267024172053043114
Binary1101011110101011101101110101001111100001010110001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ABB7; }

 p { color: rgb(215,171,183); }

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

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

 a { background-color: rgb(215,171,183); }

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

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

 span { border-color: rgb(215,171,183); }

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