#DDAAC4

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

Shades of Shocking #DDAAC4

Tints of Shocking #DDAAC4

Color information

#DDAAC4 (or 0xDDAAC4) is unknown color: approx Shocking. HEX triplet: DD, AA and C4. RGB value is (221,170,196). Sum of RGB (Red+Green+Blue) = 221+170+196=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC4 is #22553B. Grayscale: #BCBCBC. Windows color (decimal): -2250044 or 12888797. OLE color: 12888797.

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

Color convert

RGB221170196-
CMYK00.230.110.13
HSL329.41º42.86%76.67%-
HSV(B)329.41º23.08%86.67%-
XYZ54.1648.1158.66-
YUV188.21132.4151.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 196 (76.95% from 255) = 33.39%
R=37.65%
G=28.96%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117019600.230.110.13329.4142.8676.67
HexDDAAC4017BD1492b4d
Octal335252304027131551153115
Binary110111011010101011000100010111101111011010010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAC4; }

 p { color: rgb(221,170,196); }

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

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

 a { background-color: rgb(221,170,196); }

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

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

 span { border-color: rgb(221,170,196); }

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