#D7AEB8

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

Shades of Blossom #D7AEB8

Tints of Blossom #D7AEB8

Color information

#D7AEB8 (or 0xD7AEB8) is unknown color: approx Blossom. HEX triplet: D7, AE and B8. RGB value is (215,174,184). Sum of RGB (Red+Green+Blue) = 215+174+184=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AEB8 is #285147. Grayscale: #BBBBBB. Windows color (decimal): -2642248 or 12103383. OLE color: 12103383.

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

Color convert

RGB215174184-
CMYK00.190.140.16
HSL345.37º33.88%76.27%-
HSV(B)345.37º19.07%84.31%-
XYZ51.8148.1851.92-
YUV187.4126.08147.69-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 184 (72.27% from 255) = 32.11%
R=37.52%
G=30.37%
B=32.11%

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
Decimal21517418400.190.140.16345.3733.8876.27
HexD7AEB8013E10159224c
Octal327256270023162053142114
Binary1101011110101110101110000100111110100001010110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEB8; }

 p { color: rgb(215,174,184); }

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

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

 a { background-color: rgb(215,174,184); }

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

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

 span { border-color: rgb(215,174,184); }

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