#DEA9C4

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

Shades of Shocking #DEA9C4

Tints of Shocking #DEA9C4

Color information

#DEA9C4 (or 0xDEA9C4) is unknown color: approx Shocking. HEX triplet: DE, A9 and C4. RGB value is (222,169,196). Sum of RGB (Red+Green+Blue) = 222+169+196=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9C4 is #21563B. Grayscale: #BBBBBB. Windows color (decimal): -2184764 or 12888542. OLE color: 12888542.

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

Color convert

RGB222169196-
CMYK00.240.120.13
HSL329.43º44.54%76.67%-
HSV(B)329.43º23.87%87.06%-
XYZ54.2847.8958.61-
YUV187.92132.56152.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=37.82%
G=28.79%
B=33.39%

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
Decimal22216919600.240.120.13329.4344.5476.67
HexDEA9C4018CD1492d4d
Octal336251304030141551155115
Binary110111101010100111000100011000110011011010010011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9C4; }

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

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

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

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

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

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

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

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