#D7AFB6

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

Shades of Blossom #D7AFB6

Tints of Blossom #D7AFB6

Color information

#D7AFB6 (or 0xD7AFB6) is unknown color: approx Blossom. HEX triplet: D7, AF and B6. RGB value is (215,175,182). Sum of RGB (Red+Green+Blue) = 215+175+182=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFB6 is #285049. Grayscale: #BBBBBB. Windows color (decimal): -2641994 or 11972567. OLE color: 11972567.

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

Color convert

RGB215175182-
CMYK00.190.150.16
HSL349.5º33.33%76.47%-
HSV(B)349.5º18.6%84.31%-
XYZ51.848.4850.88-
YUV187.76124.75147.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=37.59%
G=30.59%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517518200.190.150.16349.533.3376.47
HexD7AFB6013F1015e214c
Octal327257266023172053641114
Binary1101011110101111101101100100111111100001010111101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFB6; }

 p { color: rgb(215,175,182); }

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

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

 a { background-color: rgb(215,175,182); }

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

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

 span { border-color: rgb(215,175,182); }

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