#DFABC5

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

Shades of Shocking #DFABC5

Tints of Shocking #DFABC5

Color information

#DFABC5 (or 0xDFABC5) is unknown color: approx Shocking. HEX triplet: DF, AB and C5. RGB value is (223,171,197). Sum of RGB (Red+Green+Blue) = 223+171+197=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC5 is #20543A. Grayscale: #BDBDBD. Windows color (decimal): -2118715 or 12954591. OLE color: 12954591.

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

Color convert

RGB223171197-
CMYK00.230.120.13
HSL330º44.83%77.25%-
HSV(B)330º23.32%87.45%-
XYZ55.0748.8559.35-
YUV189.51132.23151.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=37.73%
G=28.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317119700.230.120.1333044.8377.25
HexDFABC5017CD14a2d4d
Octal337253305027141551255115
Binary110111111010101111000101010111110011011010010101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABC5; }

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

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

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

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

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

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

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

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