#DD9EBD

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

Shades of Shocking #DD9EBD

Tints of Shocking #DD9EBD

Color information

#DD9EBD (or 0xDD9EBD) is unknown color: approx Shocking. HEX triplet: DD, 9E and BD. RGB value is (221,158,189). Sum of RGB (Red+Green+Blue) = 221+158+189=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9EBD is #226142. Grayscale: #B4B4B4. Windows color (decimal): -2253123 or 12426973. OLE color: 12426973.

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

Color convert

RGB221158189-
CMYK00.290.140.13
HSL330.48º48.09%74.31%-
HSV(B)330.48º28.51%86.67%-
XYZ51.2343.553.84-
YUV180.37132.87156.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 158 (62.11% from 255) = 27.82%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=38.91%
G=27.82%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115818900.290.140.13330.4848.0974.31
HexDD9EBD01DED14a304a
Octal335236275035161551260112
Binary110111011001111010111101011101111011011010010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9EBD; }

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

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

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

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

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

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

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

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