#D4AEB6

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

Shades of Blossom #D4AEB6

Tints of Blossom #D4AEB6

Color information

#D4AEB6 (or 0xD4AEB6) is unknown color: approx Blossom. HEX triplet: D4, AE and B6. RGB value is (212,174,182). Sum of RGB (Red+Green+Blue) = 212+174+182=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEB6 is #2B5149. Grayscale: #BABABA. Windows color (decimal): -2838858 or 11972308. OLE color: 11972308.

HSL color Cylindrical-coordinate representation of color #D4AEB6: hue angle of 347.37º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AEB6 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212174182-
CMYK00.180.140.17
HSL347.37º30.65%75.69%-
HSV(B)347.37º17.92%83.14%-
XYZ50.7347.6550.78-
YUV186.27125.59146.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=37.32%
G=30.63%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217418200.180.140.17347.3730.6575.69
HexD4AEB6012E1115b1f4c
Octal324256266022162153337114
Binary110101001010111010110110010010111010001101011011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEB6; }

 p { color: rgb(212,174,182); }

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

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

 a { background-color: rgb(212,174,182); }

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

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

 span { border-color: rgb(212,174,182); }

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