#DEA6C5

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

Shades of Shocking #DEA6C5

Tints of Shocking #DEA6C5

Color information

#DEA6C5 (or 0xDEA6C5) is unknown color: approx Shocking. HEX triplet: DE, A6 and C5. RGB value is (222,166,197). Sum of RGB (Red+Green+Blue) = 222+166+197=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6C5 is #21593A. Grayscale: #BABABA. Windows color (decimal): -2185531 or 12953310. OLE color: 12953310.

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

Color convert

RGB222166197-
CMYK00.250.110.13
HSL326.79º45.9%76.08%-
HSV(B)326.79º25.23%87.06%-
XYZ53.8446.8359.03-
YUV186.28134.05153.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 166 (65.23% from 255) = 28.38%
BLUE value IS 197 (77.34% from 255) = 33.68%
R=37.95%
G=28.38%
B=33.68%

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
Decimal22216619700.250.110.13326.7945.976.08
HexDEA6C5019BD1472e4c
Octal336246305031131550756114
Binary110111101010011011000101011001101111011010001111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA6C5; }

 p { color: rgb(222,166,197); }

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

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

 a { background-color: rgb(222,166,197); }

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

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

 span { border-color: rgb(222,166,197); }

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