#DDA5BC

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

Shades of Shocking #DDA5BC

Tints of Shocking #DDA5BC

Color information

#DDA5BC (or 0xDDA5BC) is unknown color: approx Shocking. HEX triplet: DD, A5 and BC. RGB value is (221,165,188). Sum of RGB (Red+Green+Blue) = 221+165+188=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5BC is #225A43. Grayscale: #B8B8B8. Windows color (decimal): -2251332 or 12363229. OLE color: 12363229.

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

Color convert

RGB221165188-
CMYK00.250.150.13
HSL335.36º45.16%75.69%-
HSV(B)335.36º25.34%86.67%-
XYZ52.3545.9153.68-
YUV184.37130.05154.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 165 (64.84% from 255) = 28.75%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=38.50%
G=28.75%
B=32.75%

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
Decimal22116518800.250.150.13335.3645.1675.69
HexDDA5BC019FD14f2d4c
Octal335245274031171551755114
Binary110111011010010110111100011001111111011010011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5BC; }

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

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

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

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

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

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

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

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