#DFA3BB

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

Shades of Shocking #DFA3BB

Tints of Shocking #DFA3BB

Color information

#DFA3BB (or 0xDFA3BB) is unknown color: approx Shocking. HEX triplet: DF, A3 and BB. RGB value is (223,163,187). Sum of RGB (Red+Green+Blue) = 223+163+187=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA3BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA3BB is #205C44. Grayscale: #B7B7B7. Windows color (decimal): -2120773 or 12297183. OLE color: 12297183.

HSL color Cylindrical-coordinate representation of color #DFA3BB: hue angle of 336º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA3BB is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223163187-
CMYK00.270.160.13
HSL336º48.39%75.69%-
HSV(B)336º26.91%87.45%-
XYZ52.545.4753.02-
YUV183.68129.88156.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=38.92%
G=28.45%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316318700.270.160.1333648.3975.69
HexDFA3BB01B10D150304c
Octal337243273033201552060114
Binary1101111110100011101110110110111000011011010100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA3BB; }

 p { color: rgb(223,163,187); }

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

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

 a { background-color: rgb(223,163,187); }

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

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

 span { border-color: rgb(223,163,187); }

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