#D4AEB7

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

Shades of Blossom #D4AEB7

Tints of Blossom #D4AEB7

Color information

#D4AEB7 (or 0xD4AEB7) is unknown color: approx Blossom. HEX triplet: D4, AE and B7. RGB value is (212,174,183). Sum of RGB (Red+Green+Blue) = 212+174+183=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEB7 is #2B5148. Grayscale: #BABABA. Windows color (decimal): -2838857 or 12037844. OLE color: 12037844.

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

Color convert

RGB212174183-
CMYK00.180.140.17
HSL345.79º30.65%75.69%-
HSV(B)345.79º17.92%83.14%-
XYZ50.8347.6951.33-
YUV186.39126.09146.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 183 (71.88% from 255) = 32.16%
R=37.26%
G=30.58%
B=32.16%

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
Decimal21217418300.180.140.17345.7930.6575.69
HexD4AEB7012E1115a1f4c
Octal324256267022162153237114
Binary110101001010111010110111010010111010001101011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AEB7; }

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

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

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

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

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

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

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

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