#DF9ECC

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

Shades of Shocking #DF9ECC

Tints of Shocking #DF9ECC

Color information

#DF9ECC (or 0xDF9ECC) is unknown color: approx Shocking. HEX triplet: DF, 9E and CC. RGB value is (223,158,204). Sum of RGB (Red+Green+Blue) = 223+158+204=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ECC is #206133. Grayscale: #B6B6B6. Windows color (decimal): -2122036 or 13410015. OLE color: 13410015.

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

Color convert

RGB223158204-
CMYK00.290.090.13
HSL317.54º50.39%74.71%-
HSV(B)317.54º29.15%87.45%-
XYZ53.5644.562.89-
YUV182.68140.03156.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=38.12%
G=27.01%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315820400.290.090.13317.5450.3974.71
HexDF9ECC01D9D13e324b
Octal337236314035111547662113
Binary110111111001111011001100011101100111011001111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9ECC; }

 p { color: rgb(223,158,204); }

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

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

 a { background-color: rgb(223,158,204); }

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

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

 span { border-color: rgb(223,158,204); }

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