#DFAFB3

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

Shades of Blossom #DFAFB3

Tints of Blossom #DFAFB3

Color information

#DFAFB3 (or 0xDFAFB3) is unknown color: approx Blossom. HEX triplet: DF, AF and B3. RGB value is (223,175,179). Sum of RGB (Red+Green+Blue) = 223+175+179=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFB3 is #20504C. Grayscale: #BDBDBD. Windows color (decimal): -2117709 or 11775967. OLE color: 11775967.

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

Color convert

RGB223175179-
CMYK00.220.200.13
HSL355º42.86%78.04%-
HSV(B)355º21.52%87.45%-
XYZ53.949.649.38-
YUV189.81121.9151.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 179 (70.31% from 255) = 31.02%
R=38.65%
G=30.33%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317517900.220.200.1335542.8678.04
HexDFAFB301614D1632b4e
Octal337257263026241554353116
Binary1101111110101111101100110101101010011011011000111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFB3; }

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

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

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

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

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

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

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

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