#DFACB6

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

Shades of Blossom #DFACB6

Tints of Blossom #DFACB6

Color information

#DFACB6 (or 0xDFACB6) is unknown color: approx Blossom. HEX triplet: DF, AC and B6. RGB value is (223,172,182). Sum of RGB (Red+Green+Blue) = 223+172+182=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB6 is #205349. Grayscale: #BCBCBC. Windows color (decimal): -2118474 or 11971807. OLE color: 11971807.

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

Color convert

RGB223172182-
CMYK00.230.180.13
HSL348.24º44.35%77.45%-
HSV(B)348.24º22.87%87.45%-
XYZ53.6348.5750.8-
YUV188.39124.4152.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=38.65%
G=29.81%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317218200.230.180.13348.2444.3577.45
HexDFACB601712D15c2c4d
Octal337254266027221553454115
Binary1101111110101100101101100101111001011011010111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACB6; }

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

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

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

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

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

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

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

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