#D8AEB5

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

Shades of Blossom #D8AEB5

Tints of Blossom #D8AEB5

Color information

#D8AEB5 (or 0xD8AEB5) is unknown color: approx Blossom. HEX triplet: D8, AE and B5. RGB value is (216,174,181). Sum of RGB (Red+Green+Blue) = 216+174+181=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AEB5 is #27514A. Grayscale: #BBBBBB. Windows color (decimal): -2576715 or 11906776. OLE color: 11906776.

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

Color convert

RGB216174181-
CMYK00.190.160.15
HSL350º35%76.47%-
HSV(B)350º19.44%84.71%-
XYZ51.848.2150.29-
YUV187.36124.41148.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=37.83%
G=30.47%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617418100.190.160.153503576.47
HexD8AEB501310F15e234c
Octal330256265023201753643114
Binary1101100010101110101101010100111000011111010111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEB5; }

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

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

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

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

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

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

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

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