#DFA8C6

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

Shades of Shocking #DFA8C6

Tints of Shocking #DFA8C6

Color information

#DFA8C6 (or 0xDFA8C6) is unknown color: approx Shocking. HEX triplet: DF, A8 and C6. RGB value is (223,168,198). Sum of RGB (Red+Green+Blue) = 223+168+198=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8C6 is #205739. Grayscale: #BBBBBB. Windows color (decimal): -2119482 or 13019359. OLE color: 13019359.

HSL color Cylindrical-coordinate representation of color #DFA8C6: hue angle of 327.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8C6 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB223168198-
CMYK00.250.110.13
HSL327.27º46.22%76.67%-
HSV(B)327.27º24.66%87.45%-
XYZ54.6347.7759.77-
YUV187.86133.72153.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=37.86%
G=28.52%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316819800.250.110.13327.2746.2276.67
HexDFA8C6019BD1472e4d
Octal337250306031131550756115
Binary110111111010100011000110011001101111011010001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA8C6; }

 p { color: rgb(223,168,198); }

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

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

 a { background-color: rgb(223,168,198); }

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

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

 span { border-color: rgb(223,168,198); }

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