#DFACB2

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

Shades of Blossom #DFACB2

Tints of Blossom #DFACB2

Color information

#DFACB2 (or 0xDFACB2) is unknown color: approx Blossom. HEX triplet: DF, AC and B2. RGB value is (223,172,178). Sum of RGB (Red+Green+Blue) = 223+172+178=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACB2 is #20534D. Grayscale: #BBBBBB. Windows color (decimal): -2118478 or 11709663. OLE color: 11709663.

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

Color convert

RGB223172178-
CMYK00.230.200.13
HSL352.94º44.35%77.45%-
HSV(B)352.94º22.87%87.45%-
XYZ53.2248.4148.66-
YUV187.93122.4153.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=38.92%
G=30.02%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317217800.230.200.13352.9444.3577.45
HexDFACB201714D1612c4d
Octal337254262027241554154115
Binary1101111110101100101100100101111010011011011000011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACB2; }

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

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

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

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

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

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

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

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