#DFACB3

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

Shades of Blossom #DFACB3

Tints of Blossom #DFACB3

Color information

#DFACB3 (or 0xDFACB3) is unknown color: approx Blossom. HEX triplet: DF, AC and B3. RGB value is (223,172,179). Sum of RGB (Red+Green+Blue) = 223+172+179=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB3 is #20534C. Grayscale: #BCBCBC. Windows color (decimal): -2118477 or 11775199. OLE color: 11775199.

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

Color convert

RGB223172179-
CMYK00.230.200.13
HSL351.76º44.35%77.45%-
HSV(B)351.76º22.87%87.45%-
XYZ53.3248.4549.19-
YUV188.05122.9152.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=38.85%
G=29.97%
B=31.18%

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
Decimal22317217900.230.200.13351.7644.3577.45
HexDFACB301714D1602c4d
Octal337254263027241554054115
Binary1101111110101100101100110101111010011011011000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACB3; }

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

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

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

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

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

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

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

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