#D8AEB7

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

Shades of Blossom #D8AEB7

Tints of Blossom #D8AEB7

Color information

#D8AEB7 (or 0xD8AEB7) is unknown color: approx Blossom. HEX triplet: D8, AE and B7. RGB value is (216,174,183). Sum of RGB (Red+Green+Blue) = 216+174+183=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEB7 is #275148. Grayscale: #BBBBBB. Windows color (decimal): -2576713 or 12037848. OLE color: 12037848.

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

Color convert

RGB216174183-
CMYK00.190.150.15
HSL347.14º35%76.47%-
HSV(B)347.14º19.44%84.71%-
XYZ5248.2951.38-
YUV187.58125.41148.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.70%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=37.70%
G=30.37%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617418300.190.150.15347.143576.47
HexD8AEB7013FF15b234c
Octal330256267023171753343114
Binary110110001010111010110111010011111111111010110111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEB7; }

 p { color: rgb(216,174,183); }

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

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

 a { background-color: rgb(216,174,183); }

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

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

 span { border-color: rgb(216,174,183); }

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