#DFA0BB

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

Shades of Shocking #DFA0BB

Tints of Shocking #DFA0BB

Color information

#DFA0BB (or 0xDFA0BB) is unknown color: approx Shocking. HEX triplet: DF, A0 and BB. RGB value is (223,160,187). Sum of RGB (Red+Green+Blue) = 223+160+187=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 160 (62.89% from 255 or 28.07% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0BB is #205F44. Grayscale: #B5B5B5. Windows color (decimal): -2121541 or 12296415. OLE color: 12296415.

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

Color convert

RGB223160187-
CMYK00.280.160.13
HSL334.29º49.61%75.1%-
HSV(B)334.29º28.25%87.45%-
XYZ51.9744.4252.85-
YUV181.92130.87157.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.12%
GREEN value IS 160 (62.89% from 255) = 28.07%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=39.12%
G=28.07%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316018700.280.160.13334.2949.6175.1
HexDFA0BB01C10D14e324b
Octal337240273034201551662113
Binary1101111110100000101110110111001000011011010011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0BB; }

 p { color: rgb(223,160,187); }

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

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

 a { background-color: rgb(223,160,187); }

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

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

 span { border-color: rgb(223,160,187); }

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