#D9AEB8

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

Shades of Blossom #D9AEB8

Tints of Blossom #D9AEB8

Color information

#D9AEB8 (or 0xD9AEB8) is unknown color: approx Blossom. HEX triplet: D9, AE and B8. RGB value is (217,174,184). Sum of RGB (Red+Green+Blue) = 217+174+184=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEB8 is #265147. Grayscale: #BCBCBC. Windows color (decimal): -2511176 or 12103385. OLE color: 12103385.

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

Color convert

RGB217174184-
CMYK00.200.150.15
HSL346.05º36.13%76.67%-
HSV(B)346.05º19.82%85.1%-
XYZ52.448.4851.94-
YUV188125.75148.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 184 (72.27% from 255) = 32%
R=37.74%
G=30.26%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717418400.200.150.15346.0536.1376.67
HexD9AEB8014FF15a244d
Octal331256270024171753244115
Binary110110011010111010111000010100111111111010110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEB8; }

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

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

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

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

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

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

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

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