#D7AFB9

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

Shades of Blossom #D7AFB9

Tints of Blossom #D7AFB9

Color information

#D7AFB9 (or 0xD7AFB9) is unknown color: approx Blossom. HEX triplet: D7, AF and B9. RGB value is (215,175,185). Sum of RGB (Red+Green+Blue) = 215+175+185=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AFB9 is #285046. Grayscale: #BCBCBC. Windows color (decimal): -2641991 or 12169175. OLE color: 12169175.

HSL color Cylindrical-coordinate representation of color #D7AFB9: hue angle of 345º 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 #D7AFB9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215175185-
CMYK00.190.140.16
HSL345º33.33%76.47%-
HSV(B)345º18.6%84.31%-
XYZ52.1148.6152.54-
YUV188.1126.25147.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.39%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 185 (72.66% from 255) = 32.17%
R=37.39%
G=30.43%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517518500.190.140.1634533.3376.47
HexD7AFB9013E10159214c
Octal327257271023162053141114
Binary1101011110101111101110010100111110100001010110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AFB9; }

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

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

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

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

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

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

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

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