#DDABC5

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

Shades of Shocking #DDABC5

Tints of Shocking #DDABC5

Color information

#DDABC5 (or 0xDDABC5) is unknown color: approx Shocking. HEX triplet: DD, AB and C5. RGB value is (221,171,197). Sum of RGB (Red+Green+Blue) = 221+171+197=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC5 is #22543A. Grayscale: #BCBCBC. Windows color (decimal): -2249787 or 12954589. OLE color: 12954589.

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

Color convert

RGB221171197-
CMYK00.230.110.13
HSL328.8º42.37%76.86%-
HSV(B)328.8º22.62%86.67%-
XYZ54.4648.5359.32-
YUV188.91132.56150.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=37.52%
G=29.03%
B=33.45%

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
Decimal22117119700.230.110.13328.842.3776.86
HexDDABC5017BD1492a4d
Octal335253305027131551152115
Binary110111011010101111000101010111101111011010010011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABC5; }

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

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

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

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

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

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

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

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