#DFAAB5

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

Shades of Blossom #DFAAB5

Tints of Blossom #DFAAB5

Color information

#DFAAB5 (or 0xDFAAB5) is unknown color: approx Blossom. HEX triplet: DF, AA and B5. RGB value is (223,170,181). Sum of RGB (Red+Green+Blue) = 223+170+181=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAAB5 is #20554A. Grayscale: #BBBBBB. Windows color (decimal): -2118987 or 11905759. OLE color: 11905759.

HSL color Cylindrical-coordinate representation of color #DFAAB5: hue angle of 347.55º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFAAB5 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB223170181-
CMYK00.240.190.13
HSL347.55º45.3%77.06%-
HSV(B)347.55º23.77%87.45%-
XYZ53.1547.7750.14-
YUV187.1124.56153.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 181 (71.09% from 255) = 31.53%
R=38.85%
G=29.62%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317018100.240.190.13347.5545.377.06
HexDFAAB501813D15c2d4d
Octal337252265030231553455115
Binary1101111110101010101101010110001001111011010111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAAB5; }

 p { color: rgb(223,170,181); }

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

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

 a { background-color: rgb(223,170,181); }

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

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

 span { border-color: rgb(223,170,181); }

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