#DFA5B5

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

Shades of Blossom #DFA5B5

Tints of Blossom #DFA5B5

Color information

#DFA5B5 (or 0xDFA5B5) is unknown color: approx Blossom. HEX triplet: DF, A5 and B5. RGB value is (223,165,181). Sum of RGB (Red+Green+Blue) = 223+165+181=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA5B5 is #205A4A. Grayscale: #B8B8B8. Windows color (decimal): -2120267 or 11904479. OLE color: 11904479.

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

Color convert

RGB223165181-
CMYK00.260.190.13
HSL343.45º47.54%76.08%-
HSV(B)343.45º26.01%87.45%-
XYZ52.2345.9349.83-
YUV184.17126.22155.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=39.19%
G=29.00%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316518100.260.190.13343.4547.5476.08
HexDFA5B501A13D157304c
Octal337245265032231552760114
Binary1101111110100101101101010110101001111011010101111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5B5; }

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

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

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

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

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

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

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

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