#DEA9C6

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

Shades of Shocking #DEA9C6

Tints of Shocking #DEA9C6

Color information

#DEA9C6 (or 0xDEA9C6) is unknown color: approx Shocking. HEX triplet: DE, A9 and C6. RGB value is (222,169,198). Sum of RGB (Red+Green+Blue) = 222+169+198=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9C6 is #215639. Grayscale: #BCBCBC. Windows color (decimal): -2184762 or 13019614. OLE color: 13019614.

HSL color Cylindrical-coordinate representation of color #DEA9C6: hue angle of 327.17º degrees, saturation: 0.45, 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 #DEA9C6 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB222169198-
CMYK00.240.110.13
HSL327.17º44.54%76.67%-
HSV(B)327.17º23.87%87.06%-
XYZ54.5147.9859.81-
YUV188.15133.56152.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=37.69%
G=28.69%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216919800.240.110.13327.1744.5476.67
HexDEA9C6018BD1472d4d
Octal336251306030131550755115
Binary110111101010100111000110011000101111011010001111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9C6; }

 p { color: rgb(222,169,198); }

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

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

 a { background-color: rgb(222,169,198); }

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

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

 span { border-color: rgb(222,169,198); }

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