#D9AEB6

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

Shades of Blossom #D9AEB6

Tints of Blossom #D9AEB6

Color information

#D9AEB6 (or 0xD9AEB6) is unknown color: approx Blossom. HEX triplet: D9, AE and B6. RGB value is (217,174,182). Sum of RGB (Red+Green+Blue) = 217+174+182=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEB6 is #265149. Grayscale: #BBBBBB. Windows color (decimal): -2511178 or 11972313. OLE color: 11972313.

HSL color Cylindrical-coordinate representation of color #D9AEB6: hue angle of 348.84º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AEB6 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB217174182-
CMYK00.200.160.15
HSL348.84º36.13%76.67%-
HSV(B)348.84º19.82%85.1%-
XYZ52.1948.450.85-
YUV187.77124.75148.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=37.87%
G=30.37%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717418200.200.160.15348.8436.1376.67
HexD9AEB601410F15d244d
Octal331256266024201753544115
Binary1101100110101110101101100101001000011111010111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEB6; }

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

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

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

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

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

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

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

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