#DFABB2

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

Shades of Blossom #DFABB2

Tints of Blossom #DFABB2

Color information

#DFABB2 (or 0xDFABB2) is unknown color: approx Blossom. HEX triplet: DF, AB and B2. RGB value is (223,171,178). Sum of RGB (Red+Green+Blue) = 223+171+178=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 178 (69.92% from 255 or 31.12% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFABB2 is #20544D. Grayscale: #BBBBBB. Windows color (decimal): -2118734 or 11709407. OLE color: 11709407.

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

Color convert

RGB223171178-
CMYK00.230.200.13
HSL351.92º44.83%77.25%-
HSV(B)351.92º23.32%87.45%-
XYZ53.0348.0348.59-
YUV187.35122.73153.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.99%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 178 (69.92% from 255) = 31.12%
R=38.99%
G=29.90%
B=31.12%

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
Decimal22317117800.230.200.13351.9244.8377.25
HexDFABB201714D1602d4d
Octal337253262027241554055115
Binary1101111110101011101100100101111010011011011000001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABB2; }

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

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

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

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

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

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

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

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