#DDAAC5

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

Shades of Shocking #DDAAC5

Tints of Shocking #DDAAC5

Color information

#DDAAC5 (or 0xDDAAC5) is unknown color: approx Shocking. HEX triplet: DD, AA and C5. RGB value is (221,170,197). Sum of RGB (Red+Green+Blue) = 221+170+197=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC5 is #22553A. Grayscale: #BCBCBC. Windows color (decimal): -2250043 or 12954333. OLE color: 12954333.

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

Color convert

RGB221170197-
CMYK00.230.110.13
HSL328.24º42.86%76.67%-
HSV(B)328.24º23.08%86.67%-
XYZ54.2748.1559.26-
YUV188.33132.9151.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=37.59%
G=28.91%
B=33.50%

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
Decimal22117019700.230.110.13328.2442.8676.67
HexDDAAC5017BD1482b4d
Octal335252305027131551053115
Binary110111011010101011000101010111101111011010010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAC5; }

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

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

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

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

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

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

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

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