#DFA2CC

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

Shades of Shocking #DFA2CC

Tints of Shocking #DFA2CC

Color information

#DFA2CC (or 0xDFA2CC) is unknown color: approx Shocking. HEX triplet: DF, A2 and CC. RGB value is (223,162,204). Sum of RGB (Red+Green+Blue) = 223+162+204=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2CC is #205D33. Grayscale: #B8B8B8. Windows color (decimal): -2121012 or 13411039. OLE color: 13411039.

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

Color convert

RGB223162204-
CMYK00.270.090.13
HSL318.69º48.8%75.49%-
HSV(B)318.69º27.35%87.45%-
XYZ54.2545.8963.12-
YUV185.03138.71155.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 162 (63.67% from 255) = 27.50%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=37.86%
G=27.50%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316220400.270.090.13318.6948.875.49
HexDFA2CC01B9D13f314b
Octal337242314033111547761113
Binary110111111010001011001100011011100111011001111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA2CC; }

 p { color: rgb(223,162,204); }

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

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

 a { background-color: rgb(223,162,204); }

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

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

 span { border-color: rgb(223,162,204); }

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