#DDA6BC

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

Shades of Shocking #DDA6BC

Tints of Shocking #DDA6BC

Color information

#DDA6BC (or 0xDDA6BC) is unknown color: approx Shocking. HEX triplet: DD, A6 and BC. RGB value is (221,166,188). Sum of RGB (Red+Green+Blue) = 221+166+188=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6BC is #225943. Grayscale: #B8B8B8. Windows color (decimal): -2251076 or 12363485. OLE color: 12363485.

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

Color convert

RGB221166188-
CMYK00.250.150.13
HSL336º44.72%75.88%-
HSV(B)336º24.89%86.67%-
XYZ52.5346.2853.74-
YUV184.95129.72153.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 166 (65.23% from 255) = 28.87%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=38.43%
G=28.87%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116618800.250.150.1333644.7275.88
HexDDA6BC019FD1502d4c
Octal335246274031171552055114
Binary110111011010011010111100011001111111011010100001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6BC; }

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

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

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

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

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

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

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

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