#DDA6BA

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

Shades of Shocking #DDA6BA

Tints of Shocking #DDA6BA

Color information

#DDA6BA (or 0xDDA6BA) is unknown color: approx Shocking. HEX triplet: DD, A6 and BA. RGB value is (221,166,186). Sum of RGB (Red+Green+Blue) = 221+166+186=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6BA is #225945. Grayscale: #B8B8B8. Windows color (decimal): -2251078 or 12232413. OLE color: 12232413.

HSL color Cylindrical-coordinate representation of color #DDA6BA: hue angle of 338.18º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6BA is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221166186-
CMYK00.250.160.13
HSL338.18º44.72%75.88%-
HSV(B)338.18º24.89%86.67%-
XYZ52.3246.1952.61-
YUV184.72128.72153.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=38.57%
G=28.97%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116618600.250.160.13338.1844.7275.88
HexDDA6BA01910D1522d4c
Octal335246272031201552255114
Binary1101110110100110101110100110011000011011010100101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6BA; }

 p { color: rgb(221,166,186); }

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

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

 a { background-color: rgb(221,166,186); }

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

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

 span { border-color: rgb(221,166,186); }

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