#DFABC6

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

Shades of Shocking #DFABC6

Tints of Shocking #DFABC6

Color information

#DFABC6 (or 0xDFABC6) is unknown color: approx Shocking. HEX triplet: DF, AB and C6. RGB value is (223,171,198). Sum of RGB (Red+Green+Blue) = 223+171+198=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFABC6 is #205439. Grayscale: #BDBDBD. Windows color (decimal): -2118714 or 13020127. OLE color: 13020127.

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

Color convert

RGB223171198-
CMYK00.230.110.13
HSL328.85º44.83%77.25%-
HSV(B)328.85º23.32%87.45%-
XYZ55.1948.8959.95-
YUV189.63132.73151.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=37.67%
G=28.89%
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
Decimal22317119800.230.110.13328.8544.8377.25
HexDFABC6017BD1492d4d
Octal337253306027131551155115
Binary110111111010101111000110010111101111011010010011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFABC6; }

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

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

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

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

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

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

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

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