#DFA4B2

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

Shades of Blossom #DFA4B2

Tints of Blossom #DFA4B2

Color information

#DFA4B2 (or 0xDFA4B2) is unknown color: approx Blossom. HEX triplet: DF, A4 and B2. RGB value is (223,164,178). Sum of RGB (Red+Green+Blue) = 223+164+178=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA4B2 is #205B4D. Grayscale: #B7B7B7. Windows color (decimal): -2120526 or 11707615. OLE color: 11707615.

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

Color convert

RGB223164178-
CMYK00.260.200.13
HSL345.76º47.97%75.88%-
HSV(B)345.76º26.46%87.45%-
XYZ51.7445.4548.17-
YUV183.24125.05156.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 178 (69.92% from 255) = 31.50%
R=39.47%
G=29.03%
B=31.50%

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
Decimal22316417800.260.200.13345.7647.9775.88
HexDFA4B201A14D15a304c
Octal337244262032241553260114
Binary1101111110100100101100100110101010011011010110101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA4B2; }

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

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

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

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

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

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

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

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