#DFA5B2

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

Shades of Blossom #DFA5B2

Tints of Blossom #DFA5B2

Color information

#DFA5B2 (or 0xDFA5B2) is unknown color: approx Blossom. HEX triplet: DF, A5 and B2. RGB value is (223,165,178). Sum of RGB (Red+Green+Blue) = 223+165+178=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA5B2 is #205A4D. Grayscale: #B7B7B7. Windows color (decimal): -2120270 or 11707871. OLE color: 11707871.

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

Color convert

RGB223165178-
CMYK00.260.200.13
HSL346.55º47.54%76.08%-
HSV(B)346.55º26.01%87.45%-
XYZ51.9245.8148.23-
YUV183.82124.72155.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 165 (64.84% from 255) = 29.15%
BLUE value IS 178 (69.92% from 255) = 31.45%
R=39.40%
G=29.15%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316517800.260.200.13346.5547.5476.08
HexDFA5B201A14D15b304c
Octal337245262032241553360114
Binary1101111110100101101100100110101010011011010110111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA5B2; }

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

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

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

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

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

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

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

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