#DFAFB9

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

Shades of Blossom #DFAFB9

Tints of Blossom #DFAFB9

Color information

#DFAFB9 (or 0xDFAFB9) is unknown color: approx Blossom. HEX triplet: DF, AF and B9. RGB value is (223,175,185). Sum of RGB (Red+Green+Blue) = 223+175+185=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFB9 is #205046. Grayscale: #BEBEBE. Windows color (decimal): -2117703 or 12169183. OLE color: 12169183.

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

Color convert

RGB223175185-
CMYK00.220.170.13
HSL347.5º42.86%78.04%-
HSV(B)347.5º21.52%87.45%-
XYZ54.5249.8552.65-
YUV190.49124.9151.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 185 (72.66% from 255) = 31.73%
R=38.25%
G=30.02%
B=31.73%

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
Decimal22317518500.220.170.13347.542.8678.04
HexDFAFB901611D15c2b4e
Octal337257271026211553453116
Binary1101111110101111101110010101101000111011010111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFB9; }

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

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

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

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

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

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

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

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