#D9AEB3

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

Shades of Blossom #D9AEB3

Tints of Blossom #D9AEB3

Color information

#D9AEB3 (or 0xD9AEB3) is unknown color: approx Blossom. HEX triplet: D9, AE and B3. RGB value is (217,174,179). Sum of RGB (Red+Green+Blue) = 217+174+179=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AEB3 is #26514C. Grayscale: #BBBBBB. Windows color (decimal): -2511181 or 11775705. OLE color: 11775705.

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

Color convert

RGB217174179-
CMYK00.200.180.15
HSL353.02º36.13%76.67%-
HSV(B)353.02º19.82%85.1%-
XYZ51.8948.2849.23-
YUV187.43123.25149.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 179 (70.31% from 255) = 31.40%
R=38.07%
G=30.53%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717417900.200.180.15353.0236.1376.67
HexD9AEB301412F161244d
Octal331256263024221754144115
Binary1101100110101110101100110101001001011111011000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEB3; }

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

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

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

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

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

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

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

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