#DFA6C3

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

Shades of Shocking #DFA6C3

Tints of Shocking #DFA6C3

Color information

#DFA6C3 (or 0xDFA6C3) is unknown color: approx Shocking. HEX triplet: DF, A6 and C3. RGB value is (223,166,195). Sum of RGB (Red+Green+Blue) = 223+166+195=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6C3 is #20593C. Grayscale: #BABABA. Windows color (decimal): -2119997 or 12822239. OLE color: 12822239.

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

Color convert

RGB223166195-
CMYK00.260.130.13
HSL329.47º47.11%76.27%-
HSV(B)329.47º25.56%87.45%-
XYZ53.9246.957.84-
YUV186.35132.88154.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 166 (65.23% from 255) = 28.42%
BLUE value IS 195 (76.56% from 255) = 33.39%
R=38.18%
G=28.42%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316619500.260.130.13329.4747.1176.27
HexDFA6C301ADD1492f4c
Octal337246303032151551157114
Binary110111111010011011000011011010110111011010010011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6C3; }

 p { color: rgb(223,166,195); }

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

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

 a { background-color: rgb(223,166,195); }

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

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

 span { border-color: rgb(223,166,195); }

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