#DDAAC6

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

Shades of Shocking #DDAAC6

Tints of Shocking #DDAAC6

Color information

#DDAAC6 (or 0xDDAAC6) is unknown color: approx Shocking. HEX triplet: DD, AA and C6. RGB value is (221,170,198). Sum of RGB (Red+Green+Blue) = 221+170+198=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAC6 is #225539. Grayscale: #BCBCBC. Windows color (decimal): -2250042 or 13019869. OLE color: 13019869.

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

Color convert

RGB221170198-
CMYK00.230.100.13
HSL327.06º42.86%76.67%-
HSV(B)327.06º23.08%86.67%-
XYZ54.3948.259.86-
YUV188.44133.4151.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=37.52%
G=28.86%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117019800.230.100.13327.0642.8676.67
HexDDAAC6017AD1472b4d
Octal335252306027121550753115
Binary110111011010101011000110010111101011011010001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAC6; }

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

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

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

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

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

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

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

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