#DFAFBA

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

Shades of Blossom #DFAFBA

Tints of Blossom #DFAFBA

Color information

#DFAFBA (or 0xDFAFBA) is unknown color: approx Blossom. HEX triplet: DF, AF and BA. RGB value is (223,175,186). Sum of RGB (Red+Green+Blue) = 223+175+186=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFBA is #205045. Grayscale: #BEBEBE. Windows color (decimal): -2117702 or 12234719. OLE color: 12234719.

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

Color convert

RGB223175186-
CMYK00.220.170.13
HSL346.25º42.86%78.04%-
HSV(B)346.25º21.52%87.45%-
XYZ54.6249.8953.21-
YUV190.61125.4151.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=38.18%
G=29.97%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317518600.220.170.13346.2542.8678.04
HexDFAFBA01611D15a2b4e
Octal337257272026211553253116
Binary1101111110101111101110100101101000111011010110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFBA; }

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

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

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

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

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

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

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

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