#DDA7BD

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

Shades of Shocking #DDA7BD

Tints of Shocking #DDA7BD

Color information

#DDA7BD (or 0xDDA7BD) is unknown color: approx Shocking. HEX triplet: DD, A7 and BD. RGB value is (221,167,189). Sum of RGB (Red+Green+Blue) = 221+167+189=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7BD is #225842. Grayscale: #B9B9B9. Windows color (decimal): -2250819 or 12429277. OLE color: 12429277.

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

Color convert

RGB221167189-
CMYK00.240.140.13
HSL335.56º44.26%76.08%-
HSV(B)335.56º24.43%86.67%-
XYZ52.8246.6854.37-
YUV185.65129.89153.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=38.30%
G=28.94%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116718900.240.140.13335.5644.2676.08
HexDDA7BD018ED1502c4c
Octal335247275030161552054114
Binary110111011010011110111101011000111011011010100001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7BD; }

 p { color: rgb(221,167,189); }

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

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

 a { background-color: rgb(221,167,189); }

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

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

 span { border-color: rgb(221,167,189); }

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