#DFACB5

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

Shades of Blossom #DFACB5

Tints of Blossom #DFACB5

Color information

#DFACB5 (or 0xDFACB5) is unknown color: approx Blossom. HEX triplet: DF, AC and B5. RGB value is (223,172,181). Sum of RGB (Red+Green+Blue) = 223+172+181=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFACB5 is #20534A. Grayscale: #BCBCBC. Windows color (decimal): -2118475 or 11906271. OLE color: 11906271.

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

Color convert

RGB223172181-
CMYK00.230.190.13
HSL349.41º44.35%77.45%-
HSV(B)349.41º22.87%87.45%-
XYZ53.5248.5350.26-
YUV188.27123.9152.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.72%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=38.72%
G=29.86%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317218100.230.190.13349.4144.3577.45
HexDFACB501713D15d2c4d
Octal337254265027231553554115
Binary1101111110101100101101010101111001111011010111011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFACB5; }

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

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

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

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

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

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

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

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