#DFA9C4

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

Shades of Shocking #DFA9C4

Tints of Shocking #DFA9C4

Color information

#DFA9C4 (or 0xDFA9C4) is unknown color: approx Shocking. HEX triplet: DF, A9 and C4. RGB value is (223,169,196). Sum of RGB (Red+Green+Blue) = 223+169+196=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA9C4 is #20563B. Grayscale: #BCBCBC. Windows color (decimal): -2119228 or 12888543. OLE color: 12888543.

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

Color convert

RGB223169196-
CMYK00.240.120.13
HSL330º45.76%76.86%-
HSV(B)330º24.22%87.45%-
XYZ54.5848.0558.62-
YUV188.22132.39152.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 196 (76.95% from 255) = 33.33%
R=37.93%
G=28.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316919600.240.120.1333045.7676.86
HexDFA9C4018CD14a2e4d
Octal337251304030141551256115
Binary110111111010100111000100011000110011011010010101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA9C4; }

 p { color: rgb(223,169,196); }

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

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

 a { background-color: rgb(223,169,196); }

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

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

 span { border-color: rgb(223,169,196); }

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